Pete Batard
f48dec11c3
[ui] fix display of RTL text in progress bar
...
* Another case of if you really want RTL, you have to tell Windows that you don't want it...
* Also fix the URL for Super Grub disk in .loc file
2018-05-21 10:51:12 +01:00
Na Jiyoun
645bc2bf88
[loc] update Korean translation to latest
2018-05-21 10:40:23 +01:00
Viszokai György
68938c472c
[loc] update Hungarian translation to latest
2018-05-19 17:42:57 +01:00
Константин В
7ac28a0b34
[loc] update Ukrainian translation to latest
2018-05-19 17:28:45 +01:00
Pete Batard
c7cd7e4a71
[misc] update log messages to reflect the new UI
...
* Also fix a typo in the English translation base
2018-05-19 13:01:35 +01:00
Martin Kubánik
213728a922
[loc] update Slovak translation to latest
2018-05-18 22:43:34 +01:00
Pete Batard
c3aaa0c252
[loc] fix various RTL localization issues
...
With thanks to Itiel
* Fix a potential buffer overflow in lmprintf for RTL languages
* Automatically apply RLE/PDF to all RTL messages, and remove the RLE/PDFs from the .loc
* Fix Windows messing up of multiline RTL tooltips (The trick is, if you want actually
want RTL, you need to *disable* RTL... Sure, Microsoft, that makes a lot of sense?!?)
* Also properly scale the length of the multiline tooltips according to the zoom factor
* Closes #1132
2018-05-18 00:55:35 +01:00
Pete Batard
34ee2f6382
[ui] Move the save and hash tooltips to the toolbar parent
...
* Also fix a .loc typo
2018-05-17 15:05:09 +01:00
Pete Batard
0d0ad389ce
[ui] avoid intempestive log tooltip display and fix partition type preservation
...
* Because of Windows' poor handling of toolbar buttons' tooltips, an unwanted
tooltip could be displayed onscreen after closing the log.
* Also fix an issue when Rufus would reset the partition type to GPT after a
user created an MBR flash drive (e.g. after creating a Windows bootable USB).
2018-05-16 12:56:31 +01:00
marcellogianola
b6809679f9
[loc] fix a typo in Italian translation
...
* Closes #1134
2018-05-15 10:25:02 +01:00
Pete Batard
4a8c5be9c5
[misc] fix coverity warnings in drive.c
...
* Also apply minor fixes to rufus.loc and _set_git_hooks.sh
2018-05-15 10:23:45 +01:00
marcellogianola
6513b5e0b4
[loc] update Italian translation
...
* Closes #1131
2018-05-14 13:38:23 +01:00
Arif Budiman
c84ff4d121
[loc] update Indonesian translation to latest
2018-05-13 10:53:53 +01:00
Pete Batard
be2f7342f7
[net] force a disk flush after downloading a file
...
* Also add a retry in PKI's GetSignatureName()
* This should help with getting a "The downloaded executable is
missing a digital signature" message when launching an update.
* Closes #1130
2018-05-13 10:36:23 +01:00
Pete Batard
1f6e09720a
[loc] remove unused MSG_199/MSG_200
2018-05-12 11:43:20 +01:00
Pete Batard
63555cd04d
[internal] add auto detection of 'git commit --amend'
...
* Finally!
* Also improve UPX compression
2018-05-12 11:39:05 +01:00
Pete Batard
9815a18009
[ui] fix tabbing order for the new UI design
...
* Accessibility *IS* a thankless job...
2018-05-11 17:35:48 +01:00
Pete Batard
40b0d9e0d2
[ui] minor cosmetic improvements
2018-05-11 09:29:14 +01:00
Feras n
70a06c7901
[loc] update Arabic translation to latest
2018-05-10 12:08:51 +01:00
Pete Batard
db6a5bb749
[loc] fix tooltip justification for RTL languages
...
* Left alignment was used instead of right
* Also improve device tooltip display
2018-05-10 12:07:21 +01:00
Pete Batard
070e28aa5a
[ui] fix display of icons for RTL languages
...
* Ensure that the 'Save', 'Hash' and 'World' icons are not mirrored for RTL
* Also call DestroyIcon() where required and clean up code
2018-05-10 10:51:31 +01:00
MaKK
c709d3c030
[loc] update Spanish translation to latest
2018-05-09 18:39:04 +01:00
Pete Batard
13e7b0226d
[ui] improve log window positioning
...
* Now seriously what the $%^& is wrong with Microsoft?!?
2018-05-09 15:55:30 +01:00
Pete Batard
cdacc6f342
[ui] fix whole screen refresh and progress bar issues
...
* Whole screen was being refreshed when calling InvalidateRect() in ResizeMoveCtrl()
* Progress bar bounding rectangle could be erased at 0.0%
* No progress was displayed when writing ISOHybrid images in DD mode
* Also fix an issue when write error would not display the error string
2018-05-08 20:28:23 +01:00
Pete Batard
39cb35e20c
[core] improve UEFI:NTFS detection
...
* Check the label for MBR partitions to avoid false positives (such as with Debian live)
2018-05-08 15:25:53 +01:00
Roberto Pino
4c37b413f9
[loc] update Dutch translation to latest
2018-05-08 00:49:59 +01:00
Pete Batard
8cd59d7e6d
[loc] fix missing messages for Portuguese and Russian translation
2018-05-07 12:59:24 +01:00
Pete Batard
8453c8c44f
[ui] try to reselect the last file system explicitly set
...
* Also remove an duplicate internal call to IDC_FILE_SYSTEM
* Also fix the hash button mention in the Japanese translation
2018-05-06 22:31:42 +01:00
Tiryoh
8aeaa5e3b9
[loc] update Japanese translation
2018-05-02 23:38:56 +01:00
Pete Batard
303978de64
[ui] fix vertical alignment of status bar messages
...
* Also fix ugly icon scaling at 125%
2018-05-01 23:11:19 +01:00
Pete Batard
de7dde05c4
[ui] use fluent 2-colour scheme PNG icons
...
* Also switch save and hash to toolbar buttons
* Also fix centering of icons on toolbars
2018-05-01 18:10:48 +01:00
Pete Batard
935c6fff23
[ui] fix a typo and try to preserve user selected partition type
...
* partition type and target type were mixed up on pressing 'Start'
2018-04-27 16:31:03 +01:00
Pete Batard
91c950dba9
[uefi] add ARM64 support to UEFI:NTFS
...
* Also update EfiFs NTFS drivers to latest, including compression support
2018-04-26 12:53:02 +01:00
Pete Batard
28cfa5a94e
[ui] preserve Windows To Go dropdown when switching language
...
* Also fix incorrect version number from German translation
2018-04-23 17:41:05 +01:00
Piotr Halama
0ae39f2ba3
[loc] add a rufus.loc validation script and fix multiple issues
2018-04-23 15:57:50 +01:00
Piotr Halama
0eb41e4efb
[loc] update Polish translation to latest
2018-04-23 14:05:18 +01:00
Aldis Tutins
befc9d9b88
[loc] update Latvian translation to latest
2018-04-23 10:42:46 +01:00
Pete Batard
7221dee4d1
[core] disable file indexing by default
...
* File indexing is too much of an annoyance on removable drives anyway
and this should help with perf and access issues
* Alt-Q cheat mode is now changed to re-enable file indexing
* Also fix a rogue 'else' in the code
2018-04-19 16:02:07 +01:00
Seyed Zia Azimi
2c7e7030a3
[loc] update Persian translation to latest
...
* Closes #1113
2018-04-19 12:54:10 +01:00
Dario Komar
6e0caea1ac
[loc] update Croatian translation to latest
2018-04-19 12:45:44 +01:00
Pete Batard
5c57703c70
[ui] add marquee progress bar mode
...
* Also fix x86_64 warnings
2018-04-19 12:25:11 +01:00
Pete Batard
42c158917c
[ui] fix quick format not always being disabled for Large FAT32
...
* Also remove no longer needed 'progress_in_use' variable
2018-04-17 09:22:27 +02:00
Tiryoh
3b8ef8d308
[loc] update Japanese translation to latest
2018-04-16 21:16:41 +02:00
Pete Batard
2f2a8c6d44
[internal] Switch timestamp server since Comodo are useless
...
* Comodo demonstrating yet again their substandard grasp of security matters...
2018-04-16 17:28:48 +02:00
Pete Batard
7fef3c6434
[ui] use our own custom bar with text
...
* Needed because native Windows produces obnoxious tearing on redrawing.
* Also rename global partition scheme variable back to 'pt'
* Also fix major and minor version numbers in the .rc
2018-04-16 17:05:23 +02:00
Tiago Rinaldi
2fbe7be870
[loc] update Brazilian Portuguese translation to latest
...
* Closes #1110
2018-04-14 00:46:19 +02:00
Pete Batard
65ac40e750
[ui] preserve Windows To Go setting when changing boot selection
2018-04-13 12:17:09 +02:00
marcellogianola
977aabbf2c
[loc] apply minor fixes to the Italian translation
...
* Closes #1101
2018-04-12 14:46:59 +02:00
Riku Brander
99cfa84a5d
[loc] update Finnish translation to latest
2018-04-12 14:41:05 +02:00
Roberto Boriotti
64c6f1e57f
[loc] update Italian translation to latest
2018-04-12 14:36:07 +02:00