Commit graph

163 commits

Author SHA1 Message Date
0niichan 91f55a637b New .ico by MilkHater 2016-03-20 20:02:04 +07:00
Mikhail Titov 60befdb36e VS2013 snprintf compatibility 2016-03-14 15:18:51 -05:00
Mikhail Titov 59f99ea9bb Ask to minimize on Win32app close
This closes #413
2016-03-14 15:15:13 -05:00
Mikhail Titov 0a08765d73 Win32: hide to tray, webconsole menu item
Standard icon works for me on Windows 8
2016-03-14 02:35:15 -05:00
orignal 74d4b8e0b9 invoke win32app functions from main 2016-03-09 14:41:14 -05:00
orignal ec8550d587 use ictoopie_16 in tray 2016-03-08 21:18:48 -05:00
orignal e403c419e5 16x16 icon added 2016-03-08 17:40:43 -05:00
orignal ebd356c7bd set correct icons 2016-03-08 11:24:29 -05:00
orignal 4cfdc77015 invoke daemon 2016-03-07 16:17:06 -05:00
orignal 9096cacba8 tray icon added 2016-03-07 16:06:34 -05:00
orignal 607336d3ce tray icon added 2016-03-07 15:57:32 -05:00
orignal 6383fc3575 initial commit of Win32App 2016-03-07 14:54:57 -05:00
orignal 2cc3dfc2ce fixed windows build 2015-12-28 12:26:10 -05:00
orignal 459800568a fixed windows build 2015-12-28 11:55:55 -05:00
orignal 79cfa52bf9 fixed windows build 2015-12-28 08:30:40 -05:00
Mikhail Titov 8e85d9ac00 Sync Windows VERSIONINFO resource with version.h 2015-12-19 00:03:31 -06:00
Mikhail Titov e1c69a6250 Transparency in icon 2015-12-19 00:03:30 -06:00
Mikhail Titov 76549d0a4a Fix win32 resource compilation with msys
squash! Fix win32 resource

winres.h is missing for mingw
2015-12-03 23:07:27 -06:00
hagen 710439e83c * cleanup README
* move all docs to single dir
2015-12-01 00:06:00 +00:00
orignal c1e2ee32b4 fixed mingw build error 2015-11-20 12:34:53 -05:00
Mikhail Titov 88db99e593 Minor omissions
* Missing UPnP namespace
* Public key pointer dereferencing for MSVC
* Redundant WIN32_LEAN_AND_MEAN found in Makefile.mingw as well
2015-11-11 13:21:52 -06:00
Kill Your TV 6d586bde6c Note that Boost 1.58 works 2015-05-14 08:29:17 +00:00
orignal 950f250d66 NetDb/NetDbRequests split 2015-04-09 12:45:00 -04:00
orignal 75d45ae988 initial code for Ed25519 added 2015-04-08 13:21:49 -04:00
orignal a6f78134c0 Profiling added 2015-03-24 12:47:57 -04:00
root 9ebe38e59d added I2PService to VS project 2015-01-12 08:50:22 +04:00
orignal cdc0aa658a I2PControl added 2015-01-07 13:26:44 -05:00
orignal e7f05cc462 BOB added 2014-12-02 10:34:02 -05:00
Mikal 5187701af1 Updated NSI file
Forgot to update version in NSI installer script
2014-11-21 00:28:21 -08:00
Mikal cc14b526cd Adding Icon for windows
Adding icon for windows executable.
2014-11-11 02:46:35 +01:00
Mikal 5e67bc62c1 Adding windows installer 2014-11-11 02:21:05 +01:00
Kill Your TV 692cde5151 Remove "DLL-Output" from README's example
This is not required to build i2pd.
2014-11-09 22:32:17 +00:00
Kill Your TV d636d55cc8 Adding Windows build instructions 2014-11-08 13:29:15 +00:00
Kill Your TV 4b0001b442 innosetup: Add i2pd to PATH 2014-11-07 15:04:33 +00:00
Kill Your TV 3cd1281167 updates to innosetup script
* support installation of both x64 and x86 binaries
* add readme
* add function to convert line endings. The README.md file currently has
  Windows line endings, but if that ever changes this function will
  automatically make the file "Windows friendly".
2014-11-07 15:04:33 +00:00
Kill Your TV a518d6063c update vcxproj.filters 2014-11-07 15:04:33 +00:00
Kill Your TV 1232278c46 Various changes to Windows build
- No hard coded dependency paths. These are better set with environment
  variables or property pages.
- Don't require admin rights to run
- Add support for running on Windows XP (note that Boost and Crypto++
  *also* need to be built targetting XP).
- Explicitly set type to console application
- Initial stubs for building x64 version
- Turn off sending error reports to Microsoft
- spaces, not tabs (matches the default when saved by VS2013 itself)
- disable multibyte
- re-enable SDL checks
2014-11-07 15:04:33 +00:00
orignal 0cd04c23c5 split SSU to SSU and SSUSession 2014-10-30 15:13:12 -04:00
orignal 78d8d34e3b Datagram added 2014-10-22 15:30:25 -04:00
orignal 89e5b56a19 introduced ClientContext 2014-10-15 20:52:17 -04:00
orignal 482fc0e8b1 split Streaming to stream and destination 2014-10-05 08:54:59 -04:00
Mikal 0bea006826 Update on win32 build files.
Some include and library settings are added for jenkins to match up with
meeh's win32 slave. Currenly not executing on winXP even compiler and
msdn claims to support it.
2014-09-27 20:08:39 +02:00
orignal a7fa896b3e SAM added 2014-09-24 12:01:26 -04:00
Meeh 40c4c636d8 Removing unused cpp file from win32 project files 2014-09-03 06:09:29 +02:00
orignal aaa8e39d68 Signature.h added 2014-08-21 11:15:04 -04:00
orignal 0110b70195 I2PTunnel added 2014-08-12 21:14:19 -04:00
chertov 8347ff267a fix vs2013 build, constexpr require VC++ November 2013 CTP update
Visual C++ Compiler November 2013 CTP
http://www.microsoft.com/en-us/download/details.aspx?id=41151
2014-08-07 13:13:56 +04:00
Meeh ccea06202c Updating win32 build files 2014-07-14 19:08:15 +02:00
chertov 1a041ea2aa fix VS project 2014-06-26 07:55:40 +04:00
chertov 042c3ebd80 Add SSUData to VS project 2014-04-23 02:42:10 +04:00
chertov 6bb5a04102 Run as admin 2014-04-23 02:11:19 +04:00
chertov 861e9c52ed Win32Service uses Daemon start()/stop() 2014-04-23 02:01:57 +04:00
chertov 0b210ee99d Add simple Linux, Win32 daemons 2014-04-20 05:54:34 +04:00
chertov e6e11590c8 add mikhail4021 Win32Service, run i2pd as admin 2014-04-19 00:20:11 +04:00
chertov 4e5e0be4ed Add license page 2014-04-18 03:47:17 +04:00
chertov 5a363a957b Add simple Inno Setup installer script 2014-04-18 03:30:29 +04:00
chertov 795176bd8d fix VS project 2014-04-06 14:03:46 +04:00
chertov 6e7c3677fa fix VS project 2014-03-18 14:41:37 +04:00
chertov 7f26296759 adding files to а VS project, showed external ip on statistics page 2014-03-13 08:10:05 +04:00
chertov dbd9c5c105 fix windows build, add windows GetDefaultDataDir, add files to project 2014-02-03 14:13:40 +04:00
chertov bc3bf838d9 fix NetDb save bug, console cyrillic symbols, add files to project 2014-01-25 10:58:11 +04:00
chertov a85f95aad3 add .gitignor into Win32 2014-01-22 07:27:31 +04:00
mikhail4021 810ddb267e folder structure updated 2014-01-10 20:35:47 +04:00