Commit graph

  • e5be9fcc1a comment update joostverburg 2002-09-30 15:22:16 +00:00
  • bcb63fc14f Err... now works :) kichik 2002-09-30 13:49:04 +00:00
  • 629c00577c heh few more bytes saved justin1014 2002-09-30 02:25:52 +00:00
  • 646eb72d38 woohoo big savings, bzip2 is now 36.0k for me at least justin1014 2002-09-30 02:23:21 +00:00
  • 3a4a61daf1 fixed so it would compile :) justin1014 2002-09-30 02:08:59 +00:00
  • 952b43d923 Now really doesn't crash :) kichik 2002-09-29 21:33:40 +00:00
  • 6f439d3c7b Now doesn't crash if the closing bracket ')' couldn't be found kichik 2002-09-29 21:32:35 +00:00
  • f0909b5ef7 Now shows the number of language tables in the summary. kichik 2002-09-29 20:57:22 +00:00
  • e9f2ee188a LangString usage string updated kichik 2002-09-29 20:51:56 +00:00
  • dee4a28874 cur_userlangstrings removed, no need. kichik 2002-09-29 20:50:15 +00:00
  • bb60e32aaa Added user defined multilingual strings. Define using LangString [un.]name lang_id string, use with $(name). Can't be used inside other strings. kichik 2002-09-29 20:25:15 +00:00
  • 9adf8df382 Delete file: now has a space after it kichik 2002-09-29 10:04:06 +00:00
  • ad84409c92 Saved another 48 bytes of data for bzip2 (at the expense of 6 extra code bytes). bzip2 'randtable' not being initialised in makensis. eccles 2002-09-28 14:01:32 +00:00
  • 265313abaa CreateShortCut description added kichik 2002-09-28 13:00:14 +00:00
  • d02c47ebd5 338 bytes (code) saved from bzip2 eccles 2002-09-27 23:27:36 +00:00
  • b663923ebc Showwina and System source were all mixed up rainwater 2002-09-27 12:28:25 +00:00
  • 6a6260aeb6 reduced zlib size by 16 or so justin1014 2002-09-27 05:17:56 +00:00
  • 4811f17832 more bzip size savings (made it so our bzip2 can only decompress one thing at a time, though, which is fine cause thats what we use anyway) justin1014 2002-09-27 05:00:46 +00:00
  • a50df55cef fixed typo of file type vs install type justin1014 2002-09-27 04:11:09 +00:00
  • 4dc468b307 bzip2 mode reduced down to 36.5kb. yay. justin1014 2002-09-27 04:05:26 +00:00
  • 83655f8352 more bzip2 code reduction, disabled data reduction for now so we can hit targets justin1014 2002-09-27 03:38:41 +00:00
  • 5b792cc6a0 50ish bytes of bzip2 code removed justin1014 2002-09-27 03:35:12 +00:00
  • a0f26eb2c2 6 bytes or so saved in bzip2 justin1014 2002-09-27 03:30:00 +00:00
  • 9e53aab9b1 made bzip2 mode have 336 bytes less data, but about 60 bytes more code. justin1014 2002-09-27 03:16:43 +00:00
  • 142ba15378 updated setcompress option justin1014 2002-09-27 02:25:49 +00:00
  • 2df96b615b updated setdatablockoptimize docs justin1014 2002-09-27 02:22:41 +00:00
  • 46b708b50a Clicking [x] behaves the same as Cancel (thank's brainsucker). Saved 224 bytes. eccles 2002-09-26 22:53:13 +00:00
  • 5cd0b376e7 Clicking [x] behaves the same as Cancel (thank's brainsucker). Saved 224 bytes. eccles 2002-09-26 22:47:21 +00:00
  • 697463fa29 Another 12 bytes kichik 2002-09-26 19:42:10 +00:00
  • 349dc153b1 Section check marks are now changeable in .onNextPage/.onPrevPage after/before the components page. Code size is down by 12 bytes because of this :) kichik 2002-09-26 18:41:00 +00:00
  • 7bad50337c fixed temp var bug, uses LANG vars joostverburg 2002-09-26 18:00:16 +00:00
  • 4dfe34cafd fixed showwin source joostverburg 2002-09-26 17:29:30 +00:00
  • 72befa56cd showwin.txt at the correct location :) joostverburg 2002-09-26 16:58:04 +00:00
  • c932961f4e added plugins joostverburg 2002-09-26 14:52:18 +00:00
  • 29b651a691 brainsucker's russian language update rainwater 2002-09-25 22:59:09 +00:00
  • 1ba2cf9793 removed (need to be updated) joostverburg 2002-09-25 19:47:20 +00:00
  • f3e3b7351b Updated to use new ModernUI rainwater 2002-09-25 19:13:11 +00:00
  • d5eb2959d6 better names for temp vars joostverburg 2002-09-25 18:49:07 +00:00
  • 065fef6710 temp vars defined by header file, currentpage & io vars should be set using macro parameters joostverburg 2002-09-25 18:46:36 +00:00
  • ff4bd200c5 *** empty log message *** joostverburg 2002-09-25 18:44:35 +00:00
  • 75d91da2e6 Updated readme. Path to makensis.exe is no longer used in the command-line. rainwater 2002-09-25 18:40:15 +00:00
  • d762e60cd8 6 more bytes down kichik 2002-09-25 13:10:21 +00:00
  • b0c4fb1ac4 Prevent multiple inclusion of !defines rainwater 2002-09-25 13:08:42 +00:00
  • d5dfdb900b Shortcut comment option added, 44 bytes saved. kichik 2002-09-25 12:54:10 +00:00
  • ae0f70cd15 made bzip2 extraction slightly more pedantic justin1014 2002-09-25 03:44:17 +00:00
  • 997ff07df8 another 30 or so bytes saved, by modifying readSelfFile to do all length checking. Not sure if I broke anything though =) justin1014 2002-09-25 03:34:30 +00:00
  • 0728c9b4c8 another 8 bytes saved justin1014 2002-09-25 03:14:53 +00:00
  • 04adc90a1f more byte saveage justin1014 2002-09-25 03:06:36 +00:00
  • 863d0f4fa3 a handful of bytes saved again justin1014 2002-09-25 02:55:24 +00:00
  • 7dbc2a11c8 cut another 30 bytes or so off. also made atoi take negative octal/hex numbers. justin1014 2002-09-25 02:36:30 +00:00
  • 372e1f0d11 6 bytes saved (made addtrailingslash return char *) justin1014 2002-09-25 02:13:38 +00:00
  • 54bcb4a8e2 Moved "Recompile" and "Test Installer" to "Tools" menu. rainwater 2002-09-24 23:40:55 +00:00
  • 83a4213bfb 60 bytes saved. zlib exehead is now 35.5K. eccles 2002-09-24 23:26:55 +00:00
  • 9ebe478bba Added "Clear Log" command. "Clear Log" and "Edit Script" are now under a new "Tools" menu. Removed some unused resources. rainwater 2002-09-24 22:52:55 +00:00
  • 165564227d writes language to registry for uninstaller joostverburg 2002-09-24 20:05:19 +00:00
  • 063eade67b 200 bytes saved! Drum-roll... bzip2 exehead is now 37K. Next target - 50 bytes to get zlib exehead down to 35.5K. eccles 2002-09-24 18:49:21 +00:00
  • 424f6d1dd0 Removed /CD from shortcut rainwater 2002-09-24 13:59:43 +00:00
  • 1763f1a6c1 Updated shortcuts rainwater 2002-09-24 13:49:29 +00:00
  • 27d4e682a8 Removed int declarations rainwater 2002-09-24 13:41:01 +00:00
  • ba40bb2d26 Context Menu object reference is re-used each time. rainwater 2002-09-24 13:39:31 +00:00
  • 42bee80396 Hides the I agree button not cancel :) kichik 2002-09-24 13:28:03 +00:00
  • 4bbdfe870a rtest.nsi crash bug fixed kichik 2002-09-24 10:38:55 +00:00
  • 0dc750bfa4 Now actually compiles :) kichik 2002-09-23 23:29:20 +00:00
  • 31816a4996 Icon sizes mismatch bug fixed kichik 2002-09-23 23:23:31 +00:00
  • 95621d2c89 40 bytes saved eccles 2002-09-23 20:56:29 +00:00
  • bab74c5578 Tidied - removed some legacy language stuff. No change to compiled output. eccles 2002-09-23 19:27:42 +00:00
  • 1683a1f248 18 bytes down kichik 2002-09-23 14:07:39 +00:00
  • 717b2389fc *** empty log message *** joostverburg 2002-09-23 13:08:57 +00:00
  • f6a643d6ca Plugins now have their own sub section inside the contrib subsection kichik 2002-09-22 20:04:44 +00:00
  • f97b2f81f7 Use exehead's my_GlobalAlloc eccles 2002-09-22 20:02:03 +00:00
  • 93262d1d00 made NLF_ERR_WRITING etc in silent installers too justin1014 2002-09-22 19:06:15 +00:00
  • ef61466ef0 80 bytes saved eccles 2002-09-22 19:05:43 +00:00
  • e350836d8d updated language string adding to check more for NSIS_VISIBLE_SUPPORT or whatnot. Check to make sure this is OK. Thanks, Justin. justin1014 2002-09-22 18:50:03 +00:00
  • e52562fd70 fixed no-compression but uninstaller mode justin1014 2002-09-22 18:48:58 +00:00
  • ebd54dc8c9 4 byte saving. woooo. eccles 2002-09-22 14:22:35 +00:00
  • f35f421b8d links to the new nsis.sourceforge.net page joostverburg 2002-09-22 14:22:00 +00:00
  • 1acba67241 added 16 color icons joostverburg 2002-09-22 14:07:36 +00:00
  • 905c432cd6 Updated for Modern UI 1.20 - No .h files in Contrib\nsExec joostverburg 2002-09-22 13:59:33 +00:00
  • c5c17bd34a *** empty log message *** joostverburg 2002-09-22 13:38:41 +00:00
  • 9246566ca2 new 16 color icons joostverburg 2002-09-22 13:37:13 +00:00
  • 669521a03d version 1.20 joostverburg 2002-09-22 13:33:53 +00:00
  • 6f44af19b3 Updated macro system joostverburg 2002-09-22 12:53:09 +00:00
  • 4bb4a97bd2 Updated macro system & LangDLL usage joostverburg 2002-09-22 12:52:32 +00:00
  • 7098ae8c75 text=iniC joostverburg 2002-09-22 12:00:13 +00:00
  • 8943e01008 added io nextpage/prevpage macro's joostverburg 2002-09-22 11:58:04 +00:00
  • 238afa7925 converted to 256 colors joostverburg 2002-09-22 11:52:02 +00:00
  • 11ef903604 converted to 256 colors joostverburg 2002-09-22 11:46:37 +00:00
  • b743d6a2c4 Support for multiple IO pages in a row joostverburg 2002-09-22 11:35:10 +00:00
  • da90e3b389 Plugin docs fixes (/NOUNLOAD flag stuff) kichik 2002-09-22 11:34:58 +00:00
  • 6a797097e8 *** empty log message *** joostverburg 2002-09-22 11:22:39 +00:00
  • 0760424e8f This isn't a Delphi project the last time I checked :) kichik 2002-09-22 11:09:38 +00:00
  • eee427a2da New plugin calling convention kichik 2002-09-22 10:28:38 +00:00
  • 78a657bf3d test - added info about MUI_INSTALLOPTIONS_INIT joostverburg 2002-09-22 10:01:04 +00:00
  • 4c8233eebc *** empty log message *** joostverburg 2002-09-21 21:05:42 +00:00
  • 88956798f1 System plugin joostverburg 2002-09-21 20:59:13 +00:00
  • 1fb8b94a22 updated (I am using way too many commits I know) justin1014 2002-09-21 19:10:39 +00:00
  • 3aeedb1673 cleanup justin1014 2002-09-21 19:10:15 +00:00
  • f556e3d8fa updated splash to new exdll. made it so that it always pushes status to the stack even if error occured justin1014 2002-09-21 19:09:51 +00:00
  • 782ff9a7aa updated ShowWin for new exdll and to make smaller :) justin1014 2002-09-21 19:05:05 +00:00
  • 5aef7e36ad updated to new syntax/exdll justin1014 2002-09-21 18:57:43 +00:00