summaryrefslogtreecommitdiff
path: root/desktop/win32
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30fdo#35785: don't rely on the old apps fallback mechanism to fix this bugJesús Corrius1-1/+39
Change-Id: Id0967358956868538f7563c51f7ed5e106771302 Reviewed-on: https://gerrit.libreoffice.org/3639 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-26Fix fdo#35785: recent documents feature of the Windows 7 Start menu brokenJesús Corrius9-52/+0
Change-Id: I61cffeaf661db7e7b8f642bbbd9457203f75cb9a Reviewed-on: https://gerrit.libreoffice.org/3623 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-03-27WaE: declaration shadows a previous localDavid Tardon1-5/+5
Change-Id: I675c76206eefa447084454f345fbdeb11760cd08
2013-03-19trailing whitespacesThomas Arnhold1-2/+2
Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
2013-03-12Use symbolic names instead of magic literal constantsTor Lillqvist1-3/+3
We use tons of plain C-style #defines to give symbolic names to constants all over the place already, in headers used from C++ code only. So why in this rare case where the symbolic names for some constants actually would be needed from a C source file, too, here then we define them inside a C++ class? Change-Id: I45726fe42687779724c45a1e2b118cc7a1debcf1
2013-02-28bin PATCH_SO_NAME crackAndras Timar1-1/+1
In VersionInfo of Windows executables the FileDescription property originally contained 80 times 'x' character. These executables were marked as PATCH_SO_NAME and later the installer maker perl program replaced the xxxxxxxxxxx to the actual file description which was defined in scp2. WHy was it good, I have no idea. The problem was that it happened after postprocess, where we signed the binaries, thus diigital signature became corrupted. It is better to give file descriptions via makefiles. Change-Id: Id5ad4470bb7a6313b33fbba09d72d9a009163a89
2013-02-23Fix typos retreive/retrieve furture/futureJulien Nabet2-3/+3
Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
2013-01-18Never pass -env: arguments across OfficeIPC connectionStephan Bergmann1-1/+7
Change-Id: I1874ad0542bc8dcbe9ec588599a054030fd5d7d8
2012-12-13startup: more reliable startup of multiple instancesPierre-Eric Pelloux-Prayer1-25/+35
Until now, when a new soffice instance (S2) started and tried to connect to an existing soffice process (S1), S2 may have failed to boostrap due to race condition in communication over the shared pipe. S1 can be shutdown after S2 connected to it but _before_ S1 handled its arguments (code run after 'accept' method in OfficeIPCThread). This patch introduces a new message, sent by the main soffice after it has called accept if and only if it's not shutting down (see mbDowning member). The other soffice waits for this message before enabling going in PIPE_CONNECTED mode. If soffice fails to receive this message, pipe mode is left unchanged and after a quick pause, it will try again. Change-Id: I2e099a5804e1e8dd535cfd31ef454cffa44efa62 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-2/+2
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-19re-base on ALv2 code. Includes:Michael Meeks17-346/+274
Patch contributed by: Jurgen Schmidt remove onlineregistration with dependencies http://svn.apache.org/viewvc?view=revision&revision=1240245 imported patch package_eventlistener.patch http://svn.apache.org/viewvc?view=revision&revision=1172103 Patch contributed by Pedro Giffuni Accept Google Chrome OS fonts as equivalent to MS fonts. http://svn.apache.org/viewvc?view=revision&revision=1233155 http://svn.apache.org/viewvc?view=revision&revision=1233408 Patch contributed by Andre Fischer Do not add targets for junit tests when junit is disabled. http://svn.apache.org/viewvc?view=revision&revision=1241508 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i114600#: remove forbidden characters from list of unencoded characters http://svn.apache.org/viewvc?view=revision&revision=1172370 Patches contributed by Oliver Rainer-Wittman some clean up in JPEGReader due to memory constraints http://svn.apache.org/viewvc?view=revision&revision=1299729 119114 - method <UpdateDialog::addSpecificError(..)> - create entry with correct type http://svn.apache.org/viewvc?view=revision&revision=1305265 Patches contributed by Ariel Constenla-Haile i118707 - make toolbar control's popup window grab focus http://svn.apache.org/viewvc?view=revision&revision=1225846 Patches contributed by Herbert Duerr #i118662# remove usage of BerkeleyDB in desktop module http://svn.apache.org/viewvc?view=revision&revision=1213171 minor cleanups in dp_persmap.* http://svn.apache.org/viewvc?view=revision&revision=1215064 flush early to prevent problem with extension manager not cleaning up its objects http://svn.apache.org/viewvc?view=revision&revision=1228147 i118726 do not flush *pmap file while reading it http://svn.apache.org/viewvc?view=revision&revision=1230614 #i119048# migrate BDB extension entries using a simple heuristic http://svn.apache.org/viewvc?view=revision&revision=1300972 #i119048# handle edge cases when importing BDB hash files http://svn.apache.org/viewvc?view=revision&revision=1301428 #i119113# fix of-by-one when importing BDB files http://svn.apache.org/viewvc?view=revision&revision=1305420 restore our encryption settings, icon themes, and dictionaries. removed wrapper hacks, kill obsolete bundled extension blob / pre-registration handling, remove duplicated quickstart code. remove OS/2 conditionals.
2012-10-08cppcheck: clarifyCalculationjailletc361-1/+1
Use () to clarify the order of the operator + minor formatting Change-Id: I3dfa6566758d30bd76bed478089a0937ade24f89
2012-06-28use defines from systools/win32/qswin32.h instead of duplicationAndras Timar1-7/+4
Change-Id: I3d52308087412d1250b8ad64ffc308ca7cc414fd
2012-06-27Remove unused header filesThomas Arnhold1-32/+0
Change-Id: I3d172e5200fee63c6afcdf236a7915b7d51baf9c
2012-06-21re-base on ALv2 code.Michael Meeks10-176/+164
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-09Remove superfluous empty lines on topThomas Arnhold6-12/+0
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-07fdo#43989: Revert "win32-dont-attempt-restart.diff: Don't attempt to restart ↵Stephan Bergmann1-1/+2
OOo after crash" This reverts commit f8e1d2438199c4a76ceeb36352678c415e25272c, which erroneously disabled automatic restart on Windows completely and has now been addressed in a better way with 150bf2c95c193b30e050ac1c54d64b5485af088d "bnc#524250: Show backing component after cancelled recovery."
2012-06-04Make sure all the required headers are thereJesús Corrius1-0/+1
2012-06-04Make sure the symbols are foundJesús Corrius2-2/+2
2012-06-04Move the AppUserModelID code to the launcherJesús Corrius3-113/+37
2012-05-24Don't spam fellow developers until I fix the problem in MinGWJesús Corrius1-1/+2
2012-05-24replace wcscat_s -> wcscat to please minGWJesús Corrius1-1/+1
2012-05-24include files always in lowercaseJesús Corrius1-1/+1
2012-05-24set explicit Application User Models IDs in the native Windows launchersJesús Corrius11-0/+129
Change-Id: Ib60a2a4f0d28a53d997731eb34b118cc9b9f822d
2012-04-16WaE: declaration of 'argc' shadows a previous localDavid Tardon1-10/+10
2012-04-16WaE: variable 'dwWaitResult' set but not usedDavid Tardon1-3/+2
2012-04-16WaE: unused variable 'hProcess'David Tardon1-1/+3
2012-04-16convert tabs to spacesDavid Tardon1-222/+225
2012-01-06remove unused VER_FIRSTYEARAndras Timar1-2/+0
2012-01-06tabs to spacesAndras Timar1-32/+32
2011-12-21WaE: hInstance arg unused under mingw32Caolán McNamara1-1/+1
2011-12-10enhance VersionInfo resource of Windows excutablesAndras Timar1-3/+4
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
2011-12-06remove sources of setup.exeAndras Timar12-2873/+0
2011-12-04code cleanup of Windows quickstarterAndras Timar3-511/+1
2011-12-04remove StarOffice-only fileAndras Timar2-130/+0
2011-12-04-quickstart -> --quickstart, etc.Andras Timar1-4/+3
2011-12-02remove unused OOo Windows iconsAndras Timar1-4/+4
2011-12-02A trailing 0 on an ICON line is unnecessary and causes an errorAndras Timar1-1/+1
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen1-0/+1
2011-11-27remove include of pch header in desktopNorbert Thiebaud19-35/+0
2011-11-22fix VERSIONINFO section of win32 executables fdo#30798Andras Timar1-1/+1
2011-11-20Remove some unused headers from desktopJoseph Powers1-49/+0
2011-10-31The -something switches are obsolete, use --something instead.Jan Holesovsky7-7/+7
2011-10-26chmod -xTor Lillqvist10-0/+0
2011-10-26WaE: unreferenced formal parameterTor Lillqvist1-2/+2
2011-10-26WaE: unreachable codeTor Lillqvist1-0/+4
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann2-65/+16
BaseInstallation.
2011-10-07WaE: win32 cleanupMichael Meeks3-17/+12
2011-10-07cppcheck scope reduction of var in desktop/win32/...setup.cppPierre-André Jacquod1-3/+2
2011-09-21WaE: fall through to final returnCaolán McNamara1-1/+0