Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Ventoy

Support Ventoy development
Collective - Host: opensource - https://opencollective.com/ventoy - Website: https://www.ventoy.net/ - Code: https://github.com/Ventoy

[x64] fix access violation when patching DLL data

* Closes #24

github.com/ventoy/rufus - 98ff7a931a11a0f7cb25d1533e872c5efd68039d authored over 12 years ago by Pete Batard <[email protected]>
[freedos] Embed FreeDOS always in a single version of rufus.c

* also bump version to rufus-next
* also change build prefix from '#' to 'b' in tags

github.com/ventoy/rufus - 51fb4e339f4ad31da75c279d1a4e30a9691e83f2 authored over 12 years ago by Pete Batard <[email protected]>
v1.1.6 (#161)

* Add cheat mode for MBR selection (Alt-M)
* fix NTFS default for WinPE
* fix Clang warnings

github.com/ventoy/rufus - b397889ab68abfcb1cb740e820035bf6f0022805 authored over 12 years ago by Pete Batard <[email protected]>
[pe] Improve PE and add Windows 2003 support

* Use \i386 always through SetupSourceDevice in txtsetup.sif
and prevent deletion of install d...

github.com/ventoy/rufus - db76e396fd712a5aedfe20026188ab12ff7e433a authored over 12 years ago by Pete Batard <[email protected]>
[xp] Add rdisk() masquerading

* Also add MBR support from resource file
* Also fix an issue with WDK

github.com/ventoy/rufus - 04a20922d5b23964c93f38b0a176ce81c64330e7 authored over 12 years ago by Pete Batard <[email protected]>
[mbr] various fixes and improvements

* Adds USB masquerading according to disk ID in USB part table
* Adds debug feature
* Closes #74...

github.com/ventoy/rufus - d87f069963a3d6f13edb77b978194582eb72446f authored over 12 years ago by Pete Batard <[email protected]>
[mbr] added USB selection MBR support in Rufus

* added mbr_rufus.h to ms-sys, and MBR selection to UI
* also simplified int 13 override, fixing...

github.com/ventoy/rufus - 7874f5ea5d7ccb5c725511cf7f64984a889d03a5 authored almost 13 years ago by Pete Batard <[email protected]>
[mbr] add LBA sector readout, as required by some BIOSes

* I'm looking at you, Dell Optiplex!
* also fix boot in case no secondary bootable drive exists
...

github.com/ventoy/rufus - 1b7f88eb99903dbddf93df1f9f62513314c877d5 authored almost 13 years ago by Pete Batard <[email protected]>
[mbr] "Press any key to boot from USB..."

* Adds an MBR to prompt the use about USB or HDD boot
* If USB boot is not selected, an INT13h o...

github.com/ventoy/rufus - 0f57ed16848adf9be50f485109de63d46d8d0378 authored almost 13 years ago by Pete Batard <[email protected]>
[pe] initial WinPE support (BartPE, XP install disc)

* also switched MBR to Win7 one
* also switched version to rufus-next

github.com/ventoy/rufus - 4bd017ff075e979b824960941a78bf6bf885b4f9 authored almost 13 years ago by Pete Batard <[email protected]>
v1.1.5 (#153)

* remove testing delay and comment in net.c

github.com/ventoy/rufus - c07832b090043ab8fe79539c3c4345d6842b5aae authored almost 13 years ago by Pete Batard <[email protected]>
[iso] add download & replace of obsolete vesamenu.c32

* adds http/https download capabilities
* closes #46

github.com/ventoy/rufus - 7426573dc11dfcc0f5ab68db0d8b87b3b12bdfd8 authored almost 13 years ago by Pete Batard <[email protected]>
[misc] Misc. fixes

* Addresses issue #66 (insert media notification with empty card readers)
* Addresses issue #67 ...

github.com/ventoy/rufus - e0f209a128fcb1eeb5b318182f39185874fcfdfd authored almost 13 years ago by Pete Batard <[email protected]>
v1.1.4 (#150)

* closes #49
* closes #60
* closes #64
* should address #59
* set default doe ISOs with bot boot...

github.com/ventoy/rufus - 7ee5b355510494e97aa5ce64ee52b52d1e410778 authored almost 13 years ago by Pete Batard <[email protected]>
[bb] fix bad blocks check for 64 bit

* 32 bit bad blocks check is too limited for large drives
and result in erroneous computations...

github.com/ventoy/rufus - a9c47a49225159c65271068506bff6383b4058a6 authored almost 13 years ago by Pete Batard <[email protected]>
[misc] improved label and config handling

* add readout and display of extended autorun.inf label if available
* use improved isolinux con...

github.com/ventoy/rufus - 3721b0a570dde066bf58129dcfd604907e952841 authored almost 13 years ago by Pete Batard <[email protected]>
[freedos] update FreeDOS resources to latest version

* also update version to rufus-next

github.com/ventoy/rufus - 1fce90dc7cb13ade8609cb01fc16a06220382d49 authored almost 13 years ago by Pete Batard <[email protected]>
v1.1.3 (#146)

* adds check for 'fake' USB drives in bad blocks

github.com/ventoy/rufus - 044398833bf0f4049be0f4783d34fe98002c2138 authored almost 13 years ago by Pete Batard <[email protected]>
[ntfs] fix creation of Windows 7 bootable USB from XP

* When using Win7 installation ISOs, XP would return the error:
[0x00000456] The media in the ...

github.com/ventoy/rufus - b03065b1f558ea2983b5dda4d62923a818adc889 authored almost 13 years ago by Pete Batard <[email protected]>
[core] only allow removable drives to be listed

* Our detection code, which is based on the HPUSBFW utility, allows fixed
drives such as USB H...

github.com/ventoy/rufus - 352a796eff0d7e265991511d1721f437f820d005 authored almost 13 years ago by Pete Batard <[email protected]>
v1.1.2 (#143)

* Closes #37
* Closes #38
* Closes #39
* Closes #42 (from previous commits)
* Closes #44 (from p...

github.com/ventoy/rufus - e0e974603ca4e311d5fc6bd17e957537d132a7d0 authored almost 13 years ago by Pete Batard <[email protected]>
[ui] enable setting of icon and extended label

* Creates an UTF-16 autoconf.inf with label, as well as autoconf.ico
* also fixed extended label...

github.com/ventoy/rufus - 7e7c75169c2a14bc6e5ce51419c510802a5a2861 authored almost 13 years ago by Pete Batard <[email protected]>
[iso] Syslinux support improvements

* Allow the use of vanilla Syslinux by creating a /syslinux.cfg
that references isolinux.cfg
*...

github.com/ventoy/rufus - f5939d18abbe9d9630de19cbea8cf64417572898 authored almost 13 years ago by Pete Batard <[email protected]>
[syslinux] reverted Syslinux resources to vanilla 4.0.5

* also added the full usb.ico from PC Unleashed for future reference

github.com/ventoy/rufus - 3e51ed71607697d82ab872ea27cebb8b366cf69a authored almost 13 years ago by Pete Batard <[email protected]>
v1.1.1 (#139)

* Also make SysLinux non-optional

github.com/ventoy/rufus - 8e091fdc048e1fe2788ebf11cd9cc846df9e8fd1 authored almost 13 years ago by Pete Batard <[email protected]>
[ui] remember last selected device

* Closes #35
* Also update syslinux resources

github.com/ventoy/rufus - ce499c95d7cc3008aeb73961946d16c20a792d82 authored almost 13 years ago by Pete Batard <[email protected]>
[iso] libcdio Joliet and UDF fixes

* Fix for broken UDF access with MSVC on some images
(eg. Arch Linux)
* Fix for broken Joliet ...

github.com/ventoy/rufus - a851d66e7c5e2fca091ea1d7e2abf48b4563d993 authored almost 13 years ago by Pete Batard <[email protected]>
[ui] misc. UI improvements

* improved ISO selection
* set default FS according to ISO boot method
* fix exFAT selection

github.com/ventoy/rufus - c79bfa0cb4569cf0b506f2fb2a2b32c3d07de724 authored almost 13 years ago by Pete Batard <[email protected]>
[iso] fixes for Joliet and > 4GB ISO9660 images

* scan would fail on lowercase vs mixed case dir name comparison
due to Joliet (eg. using Slac...

github.com/ventoy/rufus - 3cd83869c415dad0c71d960697231eec1319b543 authored almost 13 years ago by Pete Batard <[email protected]>
[misc] fix broken DOS, fix invalid labels and UI improvements

* DOS creation was broken due to missing unlock + close
* added label validation to prevent erro...

github.com/ventoy/rufus - f4ed6e46507bc0f67314c666392d106c529fa848 authored almost 13 years ago by Pete Batard <[email protected]>
[iso] Set drive label according to the one from ISO

* required for Linux distros such as Arch Linux
* also added udf_get_logical_volume_id to libcdi...

github.com/ventoy/rufus - e17de3312fe44aa17b1f610c1f825cd0beefbc99 authored almost 13 years ago by Pete Batard <[email protected]>
[iso] add support for isolinux/syslinux ISO images

* use a modified syslinux that can use isolinux config files
* update syslinux to git version
* ...

github.com/ventoy/rufus - 36be65ed23ff7bfa23211c7b04aeb6f97c440cee authored almost 13 years ago by Pete Batard <[email protected]>
v1.1.0 (#131)

* first release with ISO support (bootmgr ISO only)
* fix ISO9660 extraction and error reports

github.com/ventoy/rufus - 7753c017d61f64ae9b79efb0799ff88b8c75aa75 authored almost 13 years ago by Pete Batard <[email protected]>
[misc] more pre 1.1.0 improvements

github.com/ventoy/rufus - c1a8135d30fcedb84a1671facf73370299028034 authored almost 13 years ago by Pete Batard <[email protected]>
[iso] cancellation improvements

* remove threaded cancellation, detect blocking and warn instead
* also add hidden shortcut to d...

github.com/ventoy/rufus - 5d58b83ed8b9d10d68e993894594cc560faba58f authored almost 13 years ago by Pete Batard <[email protected]>
[misc] increment version to rufus-next

* also fixed ms-config.h

github.com/ventoy/rufus - d1f41309a9244132561c310ed536972990eb9ddf authored almost 13 years ago by Pete Batard <[email protected]>
[iso] bootable NTFS from ISO image [EXPERIMENTAL]

* bootmgr ISOs only
* extraction and ISO support UI improvements
* UTF8 support through CreateFi...

github.com/ventoy/rufus - 472db8b592a73f3eaa3cdb132f02f2cd4b961a64 authored almost 13 years ago by Pete Batard <[email protected]>
[core] add tactical volume re-mount post format

github.com/ventoy/rufus - 22276ccb5a55a5617524a4914d9d7459e32da164 authored almost 13 years ago by Pete Batard <[email protected]>
[ntfs] add bootable NTFS support

* NTFS boot records in ms-sys
* also added debug duplication to PrintMessage
* also fixed contro...

github.com/ventoy/rufus - d1e4ba278b731e7a05ad958dba35bb0770c8fff3 authored almost 13 years ago by Pete Batard <[email protected]>
[core] fixed non detection of USB drives on some platforms

* STORAGE_DEVICE_NUMBER.DeviceNumber is not unique! Optical drives and
HDDs can have the same ...

github.com/ventoy/rufus - bb0c0ecb1c205dbcf51a6dc89e0aff80d83ec2a5 authored almost 13 years ago by Pete Batard <[email protected]>
[ui] early ISO/NTFS bootable support (doesn't do anything yet)

* enable ISO for ntfs
* enable ISO selection with FileDialog
* also move UI init to its own func...

github.com/ventoy/rufus - 4eaae9a7f8b01c8ed7cd300b39b4d8ad84d0e77c authored almost 13 years ago by Pete Batard <[email protected]>
[iso] UI ISO support improvements

* add ISO scan and extract progress dialog
* compute sizes and set properties
* allow cancellati...

github.com/ventoy/rufus - fd0e6d4b3bff89e1c20c46b601ca82f3882ffa67 authored almost 13 years ago by Pete Batard <[email protected]>
[msvc] update solution files and add missing config.h

github.com/ventoy/rufus - 013db6a6d82647fc7a0cce1179d8c0d561b878cf authored almost 13 years ago by Pete Batard <[email protected]>
[oops] add missing MSVC solution file

github.com/ventoy/rufus - d5deb33357ca38b736e9133fad0572a760dcb23d authored almost 13 years ago by Pete Batard <[email protected]>
[iso] initial ISO image support (EXPERIMENTAL)

* from libcdio: http://www.gnu.org/software/libcdio/

github.com/ventoy/rufus - 5bd86bc7439a42b1af23ff2c76d2f4e7c0111dfb authored almost 13 years ago by Pete Batard <[email protected]>
[sl] add chain.c32 module for embedding

* also minor updates

github.com/ventoy/rufus - 9d2f9faa7077198c788a60a27c52c4d2c2820946 authored almost 13 years ago by Pete Batard <[email protected]>
[sl] syslinux support (MinGW)

* also fixes memory leak in syslinux.c
* closes #31

github.com/ventoy/rufus - b6252a913afd3164b6be6ce351d39a6e360f214d authored almost 13 years ago by Pete Batard <[email protected]>
[sl] syslinux support (EXPERIMENTAL)

* MS platforms only (*BREAKS* MinGW)

github.com/ventoy/rufus - acf7d072b051eda2cf111f49c40354b03b80b477 authored almost 13 years ago by Pete Batard <[email protected]>
[msvc] move FreeDOS config option to a header file

* use toplevel ms-config.h for options, rather than duplicate project files
* applies for MSVC a...

github.com/ventoy/rufus - 130afd8294b2567dea3a87fec0c953b10c3a4fac authored almost 13 years ago by Pete Batard <[email protected]>
[misc] moved binary resources to /res subdirectory

github.com/ventoy/rufus - e49549d26a9c68409df3bcb7d40a2525f06b7232 authored almost 13 years ago by Pete Batard <[email protected]>
[misc] separated ms-sys dependency from application

* set ms-sys to be built as a library
* also removed unused code from badblocks.c

github.com/ventoy/rufus - dc010cc418a28528b81bc669440ada08782bbcec authored almost 13 years ago by Pete Batard <[email protected]>
[bb] allow selection of nb passes/patterns

* also removed nd/ro tests as unlikely to be used

github.com/ventoy/rufus - 01d1d74f0442750eb91b7c2095d3b3d3cfd06896 authored almost 13 years ago by Pete Batard <[email protected]>
[freedos] more intuitive menu selection for kb locale

* !MENUCOLOR brings FreeDOS closer to WinME selection menu

github.com/ventoy/rufus - 35edfb02185f53d3add848137530cbe9e76ba1cb authored almost 13 years ago by Pete Batard <[email protected]>
[mingw] added --with-freedos to configure

* default is enabled (=> add --without-freedos to disable)
* also update the release process as ...

github.com/ventoy/rufus - 55e6cd80236b4cb67dcaac3d644c02fe82d58dcc authored almost 13 years ago by Pete Batard <[email protected]>
v1.0.6 (#109)

* removed TODO (duplicates github feature)
* updated copyrights to 2012
* fixed MS only rufus VS...

github.com/ventoy/rufus - 3187f71933a22ac5690a1851570fea64945faad9 authored almost 13 years ago by Pete Batard <[email protected]>
[bb] generate a log report when bad blocks are found

* closes #6

github.com/ventoy/rufus - d27e73137d1eaf709eb4bce0b0598cf65bf91c36 authored almost 13 years ago by Pete Batard <[email protected]>
[misc] added magic key to delete autorun LGP

* Alt-D can be used to reset autorun policy
* can be useful if app crashed

github.com/ventoy/rufus - 8db7e1720a1750e707bd089cd6a6f28b34cbf88c authored almost 13 years ago by Pete Batard <[email protected]>
[misc] increment version to rufus-next

* also updated FreeDOS components and TODO

github.com/ventoy/rufus - cc30e160da19bdba04c71ccd50fca1408b43a60b authored almost 13 years ago by Pete Batard <[email protected]>
[locale] fixed file attributes for FreeDOS locale files

* closes #26

github.com/ventoy/rufus - 526a1254635d11cd98d2a19c9e9a8381c8bfa50a authored almost 13 years ago by Pete Batard <[email protected]>
[locale] finalized DOS keyboard locale setup

* added FreeDOS support
* closes #3

github.com/ventoy/rufus - 75e94c1087cd334a9395cd7f690df38f67675f71 authored almost 13 years ago by Pete Batard <[email protected]>
[locale] added FreeDOS locale files

github.com/ventoy/rufus - 7fbee9d6d7a0cdbab8c63e6e2692da563a8afc5d authored almost 13 years ago by Pete Batard <[email protected]>
[locale] set DOS keyboard locale (experimental)

* sets DOS locale using the same algorithm as MS' diskcopy.dll
* uses CONFIG.SYS menu to allow U...

github.com/ventoy/rufus - 64949c27e1c9b745f0a9d67afc8deb975240fef0 authored about 13 years ago by Pete Batard <[email protected]>
[ui] updated title for FreeDOS version

* also pre-release cycle version increment
* also update make release script for new naming scheme

github.com/ventoy/rufus - ae00aa3f59a8fbd66703844eae3b49d8e8c05ac8 authored about 13 years ago by Pete Batard <[email protected]>
v1.0.4 (#100)

* closes #22 (missing CloseHandle for FreeDOS' AUTOEXEC.BAT)
* split rufus and rufus_fd solution...

github.com/ventoy/rufus - 5722300063c8d2d1920d642cdd0e79369eb96ddf authored about 13 years ago by Pete Batard <[email protected]>
[freedos] fixes CHS warning and date/time prompt

* create an empty AUTOEXEC.BAT file to avoid date/time prompt
* use a patched version of KERNEL....

github.com/ventoy/rufus - 80f12bce4dda26e1ee83c52fb57a3bd4ebede81e authored about 13 years ago by Pete Batard <[email protected]>
[freedos] finalize rufus and rufus_fd breakdown

* closes #21

github.com/ventoy/rufus - 6def8f8abe411c0df4b87f90083f45670e9c61dd authored about 13 years ago by Pete Batard <[email protected]>
[freedos] separate non FreeDOS and FreeDOS builds into rufus and rufus_fd

github.com/ventoy/rufus - 849f61a80fca0164e45b94d18cb436e1645e3740 authored about 13 years ago by Pete Batard <[email protected]>
[freedos] initial FreeDOS support

* closes #2

github.com/ventoy/rufus - f72b298c03f99401f061f1fb69308918895df533 authored about 13 years ago by Pete Batard <[email protected]>
[fat] use ms-sys' partition_info source to correct Disk Drive ID

* Disk Drive ID fixup for FAT32 was already available in ms-sys with option -p
* modified code t...

github.com/ventoy/rufus - ed4297609ec13c291249fd2eec35b698791a7ae9 authored about 13 years ago by Pete Batard <[email protected]>
[fat] improve FAT32 boot record setup

* write primary and secondary boot records
* add offset provision for sector write
* improved de...

github.com/ventoy/rufus - 0600005a09338b3a184fecbe079a405ebf2edd27 authored about 13 years ago by Pete Batard <[email protected]>
[ui] reorganize format options in their chronological order

* also remove provisions for keyboard shortcuts as they don't work

github.com/ventoy/rufus - 36fa9cee23e3e32f80b73ab2955e074225ced4f8 authored about 13 years ago by Pete Batard <[email protected]>
v1.0.3

* fixed issue #16 - crash during format on XP
* fixed issue #17 - non bootable drives when creat...

github.com/ventoy/rufus - 5dcd8f4e8f13787b43272cdf052bf5517661d2f2 authored about 13 years ago by Pete Batard <[email protected]>
[misc] pre 1.0.3 update

* fixed remaining Clang warnings in badblocks.c and configure.ac
* removed beta and updated vers...

github.com/ventoy/rufus - 57de1cbe404af48f9ca523c681dba4fcef5d2a36 authored about 13 years ago by Pete Batard <[email protected]>
[ui] improve the allowed cluster sizes

* follow what MS/FormatEx actually allow
* closes #15
* also fixed potential empty selection in ...

github.com/ventoy/rufus - d59854ef4f9c16e602ba16d0efd74f2540cdf993 authored about 13 years ago by Pete Batard <[email protected]>
[misc] disable new drive notification while app is running

* new drive notifications from explorer are annoying
* use Local Group Policy to temporarily dis...

github.com/ventoy/rufus - 72485b75682dc7f0ae6af52d86d41649c2d277b5 authored about 13 years ago by Pete Batard <[email protected]>
[format] added volume unmount and improve logic

* acquire a vomume handle and unmount the volume before anything else
* remove the volume access...

github.com/ventoy/rufus - df7a0b1fc38ae1157a373e2815f71741b5548d3e authored about 13 years ago by Pete Batard <[email protected]>
[internal] update app URL as well as scripts

github.com/ventoy/rufus - 78ad099bf9aa103dbedfc5df6e695b0749cbed8a authored about 13 years ago by Pete Batard <[email protected]>
[ui] ui improvements

* fixed DOS selected on init for exFAT and NTFS in certain cases
* improved progress and status ...

github.com/ventoy/rufus - e78f07cda6ab7c79eb8b6fe79ecc5bda2c60da2f authored about 13 years ago by Pete Batard <[email protected]>
[ui] progress bar improvements

* progress bar now reflects actual completion of process more closely
* dropped the use of UM_FO...

github.com/ventoy/rufus - 17132c35a4bc501037be42599da990f90e0d84e9 authored about 13 years ago by Pete Batard <[email protected]>
[ui] add a timer on the status bar

* also ensure that the user sees a report in case too many bad blocks were found
* also changed ...

github.com/ventoy/rufus - 4ce6a1f0f142911140554e1dbedd785f83592765 authored about 13 years ago by Pete Batard <[email protected]>
[ui] better bad blocks reports

* improved status bar printout (priority messages with timeout)
* report with abort/retry/cancel...

github.com/ventoy/rufus - b006e6a83766f5f196abfa65a84bff37594d74ac authored about 13 years ago by Pete Batard <[email protected]>
[bb] added status report on status bar

* also changed title to add "(Beta)"

github.com/ventoy/rufus - f93a85ab831f5df9202d5a2b24cbb778ad1e4cd7 authored about 13 years ago by Pete Batard <[email protected]>
[bb] progress bar and cancellation support

github.com/ventoy/rufus - 192c3d6cc8c44a8294357325a4376001e2a940a1 authored about 13 years ago by Pete Batard <[email protected]>
[format] fixed corruption issue when MBR is garbage

* after a bb check, MBR could become garbage
* when that occurs, Windows might interpret a bad p...

github.com/ventoy/rufus - 480986b0ae852ae1f284031d39dc677115339827 authored about 13 years ago by Pete Batard <[email protected]>
[bb] badblocks check improvements & cleanup

* also added credits in about box

github.com/ventoy/rufus - 5c2242beaa76759d39eb2ee942d29aa484c28028 authored about 13 years ago by Pete Batard <[email protected]>
[misc] fix warnings

* MSVC x64 warnings in file.c
* Clang and MinGW warnings in badblocks
* also removed the require...

github.com/ventoy/rufus - 04bf6c6b3dbbd18002814ea07e6c15f68aa2929d authored about 13 years ago by Pete Batard <[email protected]>
[core] added badblock checks (ALPHA)

* also fixed some issues with read_sectors/write_sectors and dropped bufsize parameters

github.com/ventoy/rufus - e419cf90156ffa539efeb969e9acd7d4e5043a4b authored about 13 years ago by Pete Batard <[email protected]>
[misc] added README/TODO

* also renamed Allocation Unit to Cluster

github.com/ventoy/rufus - d81525d3f4534148e0ea73a6eb3791a63be7855c authored about 13 years ago by Pete Batard <[email protected]>
[misc] updated acronym

* Resourceful -> Reliable
* also removed standalone makefile (mkf)

github.com/ventoy/rufus - 7726071098d119f45d6d0b81736648aaf7a41cfd authored about 13 years ago by Pete Batard <[email protected]>
[msvc] updated paths to reflect source changes

* also updated wdk script

github.com/ventoy/rufus - 1d429d939ec0cf3785cf9043e3cc6b23b33b5349 authored about 13 years ago by Pete Batard <[email protected]>
[mingw] update autotools script following path change

github.com/ventoy/rufus - 071cf84cc4024d835d932d54807c2e91fdaa1929 authored about 13 years ago by Pete Batard <[email protected]>
[misc] move source files to src/ directory

github.com/ventoy/rufus - 48f9dd47aef45ff984230af01888953fb264e7a3 authored about 13 years ago by Pete Batard <[email protected]>
[mingw] rules to generate configure.ac

github.com/ventoy/rufus - 4edb492c199e59984b5e005e98f37703e42e8f42 authored about 13 years ago by Pete Batard <[email protected]>
[mingw] add configure and dependencies

* generated from MinGW32

github.com/ventoy/rufus - 4c8805323784255e85c25b43b4e4de1313f9bb4a authored about 13 years ago by Pete Batard <[email protected]>
[mingw] improved automake/autoconf files

* also renamed standalone makefile from mf to mkf
* also added release step, with UPX compressio...

github.com/ventoy/rufus - 52a2b4b584c3f86b08c414feb053a64214fe21ed authored about 13 years ago by Pete Batard <[email protected]>
[internal] added script to change version and set version to 1.0.1

* also minor improvements to internal scripts

github.com/ventoy/rufus - b23a8089fdd994187870fa183e142349d83cf3b3 authored about 13 years ago by Pete Batard <[email protected]>
[ui] remove "Default allocation size" entry to use "(Default)" suffix instead

* also properly set media type when formatting

github.com/ventoy/rufus - 3e3126667e23dced27dec0a1963c0e5f4f076b3c authored about 13 years ago by Pete Batard <[email protected]>
[ui] report errors to the user

* added StrErr() call
* also improved WindowsErrorString() and Notification() calls

github.com/ventoy/rufus - 5065c02d63f8e6102aaac36fb8a9f9faab6bc670 authored about 13 years ago by Pete Batard <[email protected]>
[ui] display version on title instead of status bar

* also improved look&feel & about text

github.com/ventoy/rufus - 5a001f40f408e25cb7eb21dca291dad9b8c142b9 authored about 13 years ago by Pete Batard <[email protected]>
[ui] added icon to title bar

* also added inadvertently removed 16x16 image to .ico

github.com/ventoy/rufus - 4f23d1fc8b331c3726ef130e0f34fe65b1bdbeb7 authored about 13 years ago by Pete Batard <[email protected]>