8000 Tags · The-Repo-Depot/rufus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: The-Repo-Depot/rufus

Tags

b1335

Toggle b1335's commit message
[pollock] add rufus.loc download and menu selection

* Also handle duplicate messages in .pot/.po

b1334

Toggle b1334's commit message
[pollock] add comment preservation

* Also fix last lang message not being properly processed
* Also update loc file comments in preparation for the new framework
* Also update Rufus version data

b1333

Toggle b1333's commit message
[loc] add .po ↔ .loc conversion utility

* Alos update .loc to remove unnecessary \n

b1332

Toggle b1332's commit message
[core] add alternate cheat mode for fast zeroing

* Ctrl-Alt-Z can now be used to zero a drive, while skipping blocks that are detected empty
* Depending on your hardware, as well as the existing drive content, this strategy can greatly
  speed up zeroing operations, especially if the flash memory's read speed is much higher than
  its write speed.
* Closes pbatard#1174

b1331

Toggle b1331's commit message
[ui] add positioning, resizing & filling of the persistence controls

* Also add a test ISO to display these controls
* The intent is to use the next round of translation to get these new UI elements localized,
  as any translation work takes _months_, and it is a precondition to start working on pbatard#691.
* Also fix new issues with image options when switching language

b1330

Toggle b1330's commit message
[misc] reorganize UI function calls into their own source

* Also fix ARM/ARM64 broken compilation due to missing __popcnt()

b1329

Toggle b1329's commit message
[ui] initial work for the display of a persistence option

* This doesn't mean we'll get persistence support any time soon, but any UI work
  on this needs to be carried out *MONTHS* in advance because of the translators.

b1328

Toggle b1328's commit message
[ui] fix application exit when cancelling the ISO scan

b1327

Toggle b1327's commit message
[ui] fix progress not being displayed for syslinux/grub downloads

* Also make download of .sig files a bit less verbose

b1326

Toggle b1326's commit message
[net] improve handling of invalid signatures

* Also make bPromptOnError an actual parameter to the download function calls
* Also prefer the use of assert() to custom assertion messages
0