Commit graph

118 commits

Author SHA1 Message Date
Alexander Koblov
b56b885950 UPD: Calling convention for zip and unrar plugins 2011-08-14 09:04:51 +00:00
Alexander Koblov
923f669117 UPD: Calling convention for wcx and wdx plugins 2011-08-13 17:44:33 +00:00
Alexander Koblov
24d824037f FIX: Build lzma plugin under Mac OS X 2011-08-13 14:37:23 +00:00
Alexander Koblov
105961ecab UPD: Plugins according last API changes 2011-08-09 17:20:12 +00:00
cobines
58a7778ad3 DEL: Remove plugins resource files. 2011-07-17 05:45:36 +00:00
cobines
bf5671aa25 UPD: Plugins: set explicit output filenames for consistency on Windows, Linux; remove resources; move session data to .lps. 2011-07-17 05:44:34 +00:00
Alexander Koblov
9d245c5315 UPD: Merge some changes from TurboPower Abbrevia SVN 2011-07-01 14:38:57 +00:00
Alexander Koblov
63c05040c8 FIX: GetPackerCaps function in RPM plugin 2011-06-25 16:58:02 +00:00
Alexander Koblov
9a47ce51cf FIX: Compiling under Linux 2011-06-13 17:25:05 +00:00
cobines
d95e508ed7 UPD: Zip plugin: Update uclassesex module. 2011-06-06 15:57:11 +00:00
cobines
7dad7d284b FIX: Building with FPC 2.5.1. 2011-05-12 14:18:12 +00:00
Alexander Koblov
fe52a88b2b ADD: Password support to UnRAR plugin 2011-02-24 07:49:44 +00:00
cobines
959d1cfd4d UPD: Improve sizing Zip config dialog. 2010-12-26 05:23:42 +00:00
cobines
941bd3dcdf FIX: Parameter type in WCX. 2010-12-26 04:56:20 +00:00
cobines
4d83c22fd8 FIX: Detecting zip archives. 2010-12-22 01:55:53 +00:00
Alexander Koblov
e0dab2b378 FIX: Show file size in lzma archive 2010-06-20 09:48:57 +00:00
Alexander Koblov
6c554e315f FIX: [Zip] Incorrect file attributes with some archives 2010-05-27 16:40:50 +00:00
Alexander Koblov
fa97fb5292 UPD: [Zip] Dialog file 2010-05-16 10:21:07 +00:00
Alexander Koblov
2943e02764 UPD: [Zip] Convert encoding also for some languages 2010-05-15 21:52:07 +00:00
Alexander Koblov
939022a695 UPD: [Zip] Convert encoding also for some languages 2010-05-15 20:45:34 +00:00
Alexander Koblov
f7d3b6bff0 FIX: Encoding in Zip archives 2010-05-15 20:02:26 +00:00
cobines
4ea6bef2b7 UPD: [Cpio plugin] Added detecting archive by header, detecting other cpio types. Fixed reading binary archive type. 2010-04-29 15:42:19 +00:00
cobines
278b9880d8 FIX: [Zip plugin] Handling errors when detecting archive type. 2010-04-29 11:30:28 +00:00
Alexander Koblov
f2f2826aab UPD: Added .txt extension for README and COPYING files 2010-04-18 13:56:55 +00:00
Alexander Koblov
501fb12f01 ADD: Determine archive type by content in Zip plugin 2010-04-18 12:10:33 +00:00
cobines
081c7977de FIX: [Zip plugin] Unicode support on Windows. 2010-03-19 11:57:54 +00:00
cobines
2aa3d6c6f1 FIX: [Zip plugin] Compiling on Linux. 2010-03-17 16:59:47 +00:00
cobines
4df3451c4f FIX: [Zip plugin] Use Unicode functions for file access [bug 2971195]. 2010-03-16 16:03:46 +00:00
cobines
3a00b471b3 FIX: [Zip plugin] In TAR files only add ustar prefix if it is present. 2010-03-11 15:25:40 +00:00
cobines
302b4458b5 UPD: Store Lazarus forms of plugins as FPC resources, so that external lfm files are not needed at runtime. Modified DialogApi accordingly. 2010-03-11 14:04:26 +00:00
cobines
738f72d89b FIX: [Zip plugin] Compiling. 2010-03-11 13:28:05 +00:00
cobines
d11c5fb234 FIX: [Zip plugin] Corrected assignment of memory for password (use static array to be safe). 2010-03-11 13:19:25 +00:00
cobines
c433a0c287 FIX: [Zip plugin] Converting unicode names from Xceed extra fields in Zips. 2010-03-08 16:11:16 +00:00
cobines
6cac3203e0 FIX: [Zip plugin] Fix reading extra fields (was broken in rev. 1864). Another attempt to remove compiler warnings when compiling for 64-bit. 2010-03-08 16:01:06 +00:00
cobines
6e6c44d3b9 FIX: [Zip plugin] UTF-8 support in Zips on Linux (don't convert names to Ansi). 2010-03-08 14:18:34 +00:00
cobines
c69d0b80a2 FIX: [Zip plugin] Compiling on Linux. 2010-03-08 13:55:12 +00:00
cobines
cd02cf746d FIX: [Zip plugin] Making file list in unicode. 2010-03-08 13:48:31 +00:00
cobines
7aa892f086 FIX: Missing parentheses in previous commit. 2010-03-07 16:42:29 +00:00
cobines
48e3cb38d1 FIX: Correct some pointer types and compiler warnings for 64-bit. 2010-03-07 16:27:25 +00:00
cobines
d44d922747 UPD: Reverted changes on Linux from previous commit. 2010-03-07 15:59:21 +00:00
cobines
8c0f9b8f42 UPD: Better Unicode support on Windows in ZIP plugin. 2010-03-07 15:22:50 +00:00
cobines
252c366d3f DEL: Remove the Abbrevia units that we don't use (mostly visual controls). (wasn't applied in previous commit) 2010-03-05 06:06:00 +00:00
cobines
eb1f2296e6 UPD: Merge some changes from Abbrevia SVN (up to rev. 287). This adds Unicode support for Zips, read/write bzip2 support (external libbz2 required) and some bug fixes. Still have to review filenames encoding code.
DEL: Remove the Abbrevia units that we don't use (mostly visual controls).
2010-03-05 05:59:17 +00:00
Alexander Koblov
bf97c707a9 ADD: Encryption support to zip plugin 2010-02-25 11:27:11 +00:00
Alexander Koblov
1fdf1bdfc0 FIX: Cross compiling unrar plugin from Linux 32 to 64 2010-02-22 23:00:46 +00:00
cobines
7131125fbe FIX: Cannot store pointers to temporary variables, because they're destroyed just after an expression is evaluted. Must use local variables. 2010-02-22 06:39:36 +00:00
Alexander Koblov
b838346d3b FIX: ProcessFileW in unrar plugin 2010-02-21 21:52:35 +00:00
Alexander Koblov
fd8e0f1c03 UPD: Optimazations for osConvEncoding unit 2010-02-18 23:09:48 +00:00
Alexander Koblov
73d2e1f07f FIX: Encoding in archives created under Linux and opened under Windows 2010-02-18 16:23:31 +00:00
Alexander Koblov
3d549c1748 FIX: Unpacking files with not ASCII names 2010-02-18 15:07:12 +00:00