1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-01 00:16:09 +00:00
Commit graph

15 commits

Author SHA1 Message Date
Pete Batard
df42dadd08 [format] functional partitioning 2011-11-25 01:30:41 +00:00
Pete Batard
f661e5c585 [ui] added FS selection and tooltip 2011-11-24 23:49:42 +00:00
Pete Batard
5216eac9f2 [mingw] fix array subscript out of bound warning of MinGW32 2011-11-24 20:26:20 +00:00
Pete Batard
85f065864e [msvc] fix 64 bit warnings 2011-11-24 20:23:01 +00:00
Pete Batard
b41687ec92 [ui] smarter proposed default label 2011-11-24 20:02:14 +00:00
Pete Batard
53f236dffe [ui] UI improvements
* new controls
* label display and smart selection
* popup warning on format operation
* also fixed conflicting name for WDK build.cmd
* also fixed tooltip not properly associated with combo item
  due to combo list being sorted
2011-11-24 02:24:50 +00:00
Pete Batard
18986bffa4 [enum] fixed label display for drives with no label 2011-11-23 12:39:47 +00:00
Pete Batard
45406054cc [partition] initial partitioning code
* also added bWriteAccess parameter to GetDriveHandle()
* also added locking (FSCTL_LOCK_VOLUME) to GetDriveHandle()
* also added extra security checks to GetDriveHandle()
* also added status output
* also added ReadSectors/WriteSectors
2011-11-23 12:27:51 +00:00
Pete Batard
22fa3fc131 [ui] display device description as tooltip 2011-11-21 20:25:32 +00:00
Pete Batard
f263369e55 [core] added string array manipulation
* for drive description report
* also added MSVC memory leak detection in debug mode
2011-11-21 20:12:23 +00:00
Pete Batard
f355c450b6 [ui] added About and License dialogs
* also added partition information
* also fixed enumeration of non Windows FS USB devices
2011-11-21 17:06:17 +00:00
Pete Batard
3d1131faaf [mingw] fixed MinGW32 compilation 2011-11-20 22:50:26 +00:00
Pete Batard
d6f32a189a [mingw] added MinGW support
* only MinGW-w64 for now
* Makefile is called GNUmakefile so as not to conflict with WDK
2011-11-20 03:30:16 +00:00
Pete Batard
67a07909b1 [wdk] added WDK build file 2011-11-20 02:34:15 +00:00
Pete Batard
8fa8faf510 [misc] renamed project to Rufus 2011-11-19 19:08:23 +00:00
Renamed from usbdos.c (Browse further)