summaryrefslogtreecommitdiff
path: root/desktop/win32
AgeCommit message (Collapse)Author
2012-06-28use defines from systools/win32/qswin32.h instead of duplicationAndras Timar
Change-Id: I3d52308087412d1250b8ad64ffc308ca7cc414fd
2012-06-27Remove unused header filesThomas Arnhold
Change-Id: I3d172e5200fee63c6afcdf236a7915b7d51baf9c
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-09Remove superfluous empty lines on topThomas Arnhold
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 Bergmann
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 Corrius
2012-06-04Make sure the symbols are foundJesús Corrius
2012-06-04Move the AppUserModelID code to the launcherJesús Corrius
2012-05-24Don't spam fellow developers until I fix the problem in MinGWJesús Corrius
2012-05-24replace wcscat_s -> wcscat to please minGWJesús Corrius
2012-05-24include files always in lowercaseJesús Corrius
2012-05-24set explicit Application User Models IDs in the native Windows launchersJesús Corrius
Change-Id: Ib60a2a4f0d28a53d997731eb34b118cc9b9f822d
2012-04-16WaE: declaration of 'argc' shadows a previous localDavid Tardon
2012-04-16WaE: variable 'dwWaitResult' set but not usedDavid Tardon
2012-04-16WaE: unused variable 'hProcess'David Tardon
2012-04-16convert tabs to spacesDavid Tardon
2012-01-06remove unused VER_FIRSTYEARAndras Timar
2012-01-06tabs to spacesAndras Timar
2011-12-21WaE: hInstance arg unused under mingw32Caolán McNamara
2011-12-10enhance VersionInfo resource of Windows excutablesAndras Timar
+ 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 Timar
2011-12-04code cleanup of Windows quickstarterAndras Timar
2011-12-04remove StarOffice-only fileAndras Timar
2011-12-04-quickstart -> --quickstart, etc.Andras Timar
2011-12-02remove unused OOo Windows iconsAndras Timar
2011-12-02A trailing 0 on an ICON line is unnecessary and causes an errorAndras Timar
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen
2011-11-27remove include of pch header in desktopNorbert Thiebaud
2011-11-22fix VERSIONINFO section of win32 executables fdo#30798Andras Timar
2011-11-20Remove some unused headers from desktopJoseph Powers
2011-10-31The -something switches are obsolete, use --something instead.Jan Holesovsky
2011-10-26chmod -xTor Lillqvist
2011-10-26WaE: unreferenced formal parameterTor Lillqvist
2011-10-26WaE: unreachable codeTor Lillqvist
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-07WaE: win32 cleanupMichael Meeks
2011-10-07cppcheck scope reduction of var in desktop/win32/...setup.cppPierre-André Jacquod
2011-09-21WaE: fall through to final returnCaolán McNamara
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-15gbuildize desktopDavid Tardon
2011-09-12Drop Win9x codeTor Lillqvist
2011-09-12deleted unneded var and code simplified in desktop, launcher.cxxPierre-André Jacquod
Also deleted a part of the code that did nothing, just defining variable and reading them as argument.
2011-09-07update to latest version of vcredist fdo#40399Andras Timar
2011-09-01Work around compilation errors with mingw-w64 and --enable-debugTor Lillqvist
2011-07-21windres is pickyTor Lillqvist
2011-07-21We don't ship the rebase executables so bin the sources tooTor Lillqvist
2011-07-21Header filename case sensitivity fixesTor Lillqvist
2011-07-21product code of latest vcredist_x64.exeAndras Timar
Microsoft Visual C++ 2008 SP1 Redistributable Package ATL Security Update ProductName = Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148 ProductCode = {4B6C7001-C7D6-3710-913E-5BC23FCE91E6}
2011-06-21update product code of vcredist_x64.exeAndras Timar