rufus/src
Pete Batard dd1bf3b998 [core] fix unable to format as FAT32 for RTL languages
* This is a "stealth" update for the 3.0 release
* The issue was that we are picking the UTF16 file system name from
  the dropdown, and where we use the "(Default)" suffixed version,
  it now has an RLE at the beginning which we must skip.
* This prevented RTL languages from being able to format a drive as FAT32...
2018-05-29 12:57:26 +01:00
..
bled [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
getopt [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
libcdio [iso] better fix for processing of openSUSE Leap ISOs 2018-05-27 21:46:34 +01:00
ms-sys [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
msvc-missing [arm] add ARM compilation support (MSVC) 2017-05-15 12:04:03 +01:00
syslinux [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
.editorconfig [misc] finally, set .editorconfig to use UTF-8 *without* BOM 2017-08-14 21:40:56 +01:00
Makefile.am [ui] improve log window positioning 2018-05-09 15:55:30 +01:00
Makefile.in [ui] improve log window positioning 2018-05-09 15:55:30 +01:00
badblocks.c [misc] remove no longer needed XP workarounds 2017-11-13 14:30:25 +00:00
badblocks.h [misc] set rufus-next to 1.3.3, update copyright 2013-02-02 15:47:56 +00:00
checksum.c [ui] fix quick format not always being disabled for Large FAT32 2018-04-17 09:22:27 +02:00
db.h [grub] update grub4dos to latest and add db entry for grub 2.03 2017-11-02 12:49:05 +00:00
dev.c [misc] update log messages to reflect the new UI 2018-05-19 13:01:35 +01:00
dev.h [core] add a cheat mode to reset the current USB device (cycle port) 2017-09-15 13:56:01 +01:00
dos.c [misc] add static_strcat & static_strcpy and use static_ calls wherever possible 2017-08-10 19:43:52 +01:00
dos.h [misc] set rufus-next to 1.3.3, update copyright 2013-02-02 15:47:56 +00:00
dos_locale.c [misc] add static_strcat & static_strcpy and use static_ calls wherever possible 2017-08-10 19:43:52 +01:00
drive.c [misc] fix coverity warnings in drive.c 2018-05-15 10:23:45 +01:00
drive.h [core] eliminate querying of floppy drives during enumeration 2018-04-02 14:57:39 +01:00
format.c [core] fix unable to format as FAT32 for RTL languages 2018-05-29 12:57:26 +01:00
format.h [ui] UI redesign 2018-03-22 23:14:21 +00:00
hdd_vs_ufd.h [usb] fix default listing for Elecom card reader 2018-02-14 20:35:11 +00:00
icon.c [misc] add static_strcat & static_strcpy and use static_ calls wherever possible 2017-08-10 19:43:52 +01:00
iso.c [iso] make support for EFI .img files more generic 2018-03-29 22:29:44 +01:00
license.h [ui] use fluent 2-colour scheme PNG icons 2018-05-01 18:10:48 +01:00
localization.c [loc] fix various RTL localization issues 2018-05-18 00:55:35 +01:00
localization.h [ui] UI redesign 2018-03-22 23:14:21 +00:00
localization_data.h [ui] use fluent 2-colour scheme PNG icons 2018-05-01 18:10:48 +01:00
localization_data.sh [ui] UI redesign 2018-03-22 23:14:21 +00:00
missing.h [misc] remove no longer needed XP workarounds 2017-11-13 14:30:25 +00:00
msapi_utf8.h [ui] UI redesign 2018-03-22 23:14:21 +00:00
net.c [net] force a disk flush after downloading a file 2018-05-13 10:36:23 +01:00
parser.c [iso] make the lookup for updatable .cfg file more generic 2017-11-01 12:30:29 +00:00
pki.c [net] force a disk flush after downloading a file 2018-05-13 10:36:23 +01:00
process.c [misc] set Windows SDK to 10.0.16299 2017-11-20 11:39:53 +00:00
process.h [misc] set Windows SDK to 10.0.16299 2017-11-20 11:39:53 +00:00
registry.h [misc] fix VS2017 code analysis warnings 2017-09-14 19:06:04 +01:00
resource.h [ui] use fluent 2-colour scheme PNG icons 2018-05-01 18:10:48 +01:00
rufus.c v3.0 (build 1303) 2018-05-29 11:19:21 +01:00
rufus.h [loc] fix various RTL localization issues 2018-05-18 00:55:35 +01:00
rufus.manifest [ui] hint that UEFI/CSM is used when BIOS+UEFI is selected for target system 2015-05-02 14:41:46 +01:00
rufus.rc [core] fix unable to format as FAT32 for RTL languages 2018-05-29 12:57:26 +01:00
settings.h [core] disable file indexing by default 2018-04-19 16:02:07 +01:00
smart.c [ui] UI redesign 2018-03-22 23:14:21 +00:00
smart.h [misc] use the more univerasal _mm_alloc() instead of _aligned_malloc() 2016-06-10 12:42:43 +01:00
stdfn.c [ui] improve partition scheme default selection 2018-03-26 19:06:55 +01:00
stdio.c [misc] remove no longer needed XP workarounds 2017-11-13 14:30:25 +00:00
stdlg.c [loc] fix various RTL localization issues 2018-05-18 00:55:35 +01:00
sys_types.h [misc] pocketful of enhancement and fixes - part 3 2015-01-22 22:31:34 +00:00
syslinux.c [ui] UI redesign 2018-03-22 23:14:21 +00:00
ui.h [ui] fix tabbing order for the new UI design 2018-05-11 17:35:48 +01:00
vhd.c [misc] remove no longer needed XP workarounds 2017-11-13 14:30:25 +00:00