Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2022-03-08Several fixes for Auto-Typehotfix/auto-typeJonathan White
2022-03-08Remove unused/duplicate iconsJonathan White
2022-03-06Update contributors and Patrons on About DialogJonathan White
2022-03-06Revert back to Argon2 reference libraryJonathan White
2022-02-25Properly press AltGr key in Windows Auto-TypeJonathan White
2022-02-24Fix excluding characters in password generatorJonathan White
2022-02-24Fix new password generator closed reply with Browser Integration (#7359)Sami Vänttinen
2022-02-23Add support for Windows HelloJonathan White
2022-02-21entry preview: blend background of tags when inactiveBernhard Kirchen
2022-02-21Auto-Type: Allow retyping with automatic relockToni Spets
2022-02-20Fix styling of database tag view in main windowJonathan White
2022-02-18Detect system dark mode preference changes without restart on LinuxMagnus Groß
2022-02-09Fix using modifier keysJonathan White
2022-02-09Fix Windows Auto-Type sending characters to virtualized guestsJonathan White
2022-02-09Auto-Type: Only match non-empty associationsToni Spets
2022-01-31Show expired entries on DB unlockBalazs Gyurak
2022-01-29Update tab order for CSV import dialog to match screen order (order top-botto...Matt Miller
2022-01-29Remove obsolete read only state from database. (#7324)Patrick Klein
2022-01-29Fixed typo occurencesoysteins-a
2022-01-29Add tags featureXavier Valls
2021-12-30Add support for Browser statistics (#7197)Sami Vänttinen
2021-12-22Show what changed between entry history itemsosx user
2021-12-13Add lock selected database action on toolbarLorenzo Tucci
2021-12-12Add url field to download faviconDaniel Peshev
2021-12-12Download favicon in the background after credential addvarjolintu
2021-12-09Add db statistic output to CLI db-info command.Geert Ijewski
2021-12-09Make selected text copyable instead of copying passwordmckeema
2021-12-08Add -i/--include option to "generate" CLI command. (#7112)Patrick Klein
2021-12-03Add simple detection of timestamp resolutionevgfilim1
2021-11-25SSH Agent: Show correct error messages in main windowToni Spets
2021-11-25Fix compilation on macOS when clang < 9 or Qt < 5.12 (#7117)tenzap
2021-11-24Add sorting of HTML exportPatrick Sean Klein
2021-11-22Correctly set KDBX envelope versionJanek Bevendorff
2021-11-22Implement KDBX 4.1 extended custom iconsJanek Bevendorff
2021-11-22Add "Restore Entries" featureJanek Bevendorff
2021-11-14Fix crash while downloading faviconsADD-SP
2021-11-14Fix entry preview resetting when focusing out of entry viewJonathan White
2021-11-12Removing QWidget dependency from src/core.louib
2021-11-08Allow specifing database backup paths. (#7035)Patrick Klein
2021-11-05Support for wordlists in user configuration directory (#6799)snipfoo
2021-10-25Implement "Overwrite attachment" confirmation dialog.Patrick Sean Klein
2021-10-25Modify the KeePassHTTP attribute conversion button text (#7073)Sami Vänttinen
2021-10-24Launch KeePassXC password generator popup from the extensionvarjolintu
2021-10-17Fix EntryView and PreviewView to automatically update when the model changesAetf
2021-10-17FdoSecrets: Implement unlock before searchAetf
2021-10-11Add Browser Integration to Group Edit pagevarjolintu
2021-10-11Support for triggering Global Auto-Type from browser extensionvarjolintu
2021-10-09Add direct write save optionJonathan White
2021-10-03Correct naming of newly generated keyx filesJonathan White
2021-10-02feature/AutoTypeTOTPosx user