Commit graph

255 commits

Author SHA1 Message Date
Leon Styhre 41fd33fdc3 Changed an snprintf call in MathUtil as it could cause false positives for buffer overflow checks when building with GCC fortification 2024-12-03 17:09:00 +01:00
Leon Styhre 4c5cabc5fc (Windows) Fixed an issue where translations didn't work correctly for some text 2024-11-12 19:56:16 +01:00
Leon Styhre d380db8a1f Fixed an issue where placing a directory with no access permissions inside a system folder crashed the application on startup 2024-11-11 22:02:47 +01:00
Leon Styhre 98d36d56cc Added support for the nl_NL locale 2024-09-22 15:11:40 +02:00
Leon Styhre 3ba46470da Added support for the ca_ES locale 2024-09-20 14:11:54 +02:00
Leon Styhre 6a521ffb68 Added support for the de_DE locale 2024-09-16 22:36:02 +02:00
Leon Styhre 738d2a39c3 Changed the position of the ko_KR language 2024-09-15 21:53:43 +02:00
Leon Styhre 52966534d4 Added support for the ko_KR locale 2024-09-15 20:52:23 +02:00
Leon Styhre a653294eb7 Removed support for the ar_EG, de_DE, el_GR and nl_NL locales and moved their .po files to an archive directory 2024-09-05 17:18:20 +02:00
Leon Styhre f3af0e246c Added a menu title font size adjustment for the ru_RU translations 2024-09-03 23:05:13 +02:00
Leon Styhre eecd84ac09 Added basic configuration support and menu entries for theme localization 2024-08-29 19:09:33 +02:00
Leon Styhre 74dfa5239f Added a menu title font size adjustment for the de_DE translations 2024-08-26 17:17:55 +02:00
Leon Styhre d15dd28e26 Added a code comment clarification in FileSystemUtil 2024-08-24 12:07:30 +02:00
Leon Styhre 76e29d534d Removed support for the ca_AD locale 2024-08-24 12:06:34 +02:00
Leon Styhre 8c59b072b1 Added a menu title font size adjustment for the it_IT translations 2024-08-24 11:45:34 +02:00
Leon Styhre ea023b8e34 (Haiku) Made sure es-pdf-convert is found under all circumstances 2024-08-23 17:05:48 +02:00
Leon Styhre 20293e1c03 (Haiku) Added support for the correct system resource directories 2024-08-23 16:42:26 +02:00
Leon Styhre 03c6fb3297 Added support for the de_DE locale 2024-08-21 21:03:38 +02:00
Leon Styhre 03149d0b33 Added support for the ca_AD locale 2024-08-20 17:53:39 +02:00
Leon Styhre bd6956d52f (FreeBSD) Added fallback method to locate binary 2024-08-19 17:22:30 +02:00
Leon Styhre 338843ce46 (FreeBSD) Added support for rebooting and powering off from inside ES-DE 2024-08-19 17:20:31 +02:00
Leon Styhre c15eff8994 Added experimental support for building on Haiku 2024-08-10 14:28:24 +02:00
Leon Styhre 0347a276ea Silenced some Clang compiler warnings 2024-08-09 22:54:57 +02:00
Leon Styhre 9c07456d21 Removed support for NetBSD and OpenBSD 2024-08-09 21:05:12 +02:00
Leon Styhre 7791859d14 Added a menu title font size adjustment for the pl_PL translations 2024-08-09 19:51:35 +02:00
Leon Styhre c63184f010 Replaced all built-in Unicode case conversion logic and lookup tables with facilities from the ICU library 2024-08-09 17:48:46 +02:00
Leon Styhre 03f6567dd5 Added support for the ar_EG locale 2024-08-04 13:02:00 +02:00
Leon Styhre b1adbc0f2a Added support for the pl_PL locale 2024-08-01 21:36:45 +02:00
Leon Styhre f9d5b2b12e Added support for the nl_NL locale 2024-07-30 18:18:04 +02:00
Leon Styhre 4c1b5fde3c Reorganized some per-language menu title font size entries 2024-07-29 11:25:38 +02:00
Leon Styhre 9703531273 Added a code comment regarding Unicode case mapping entries for the Latin Extended-B Unicode block 2024-07-26 21:16:27 +02:00
Leon Styhre 3b5d5a7da4 Added a StringUtil function to return the string length in Unicode characters 2024-07-26 21:09:51 +02:00
Leon Styhre 0d41632352 Added a menu title font size adjustment for the Japanese translations 2024-07-25 13:13:00 +02:00
Leon Styhre 9300f00b94 Added case conversion support for the Latin Extended-B Unicode block 2024-07-24 19:02:30 +02:00
Leon Styhre 0cf89ea875 Changed some per-language menu title font sizes 2024-07-24 11:57:24 +02:00
Leon Styhre f4d1534bab Added gettext context support 2024-07-23 18:17:44 +02:00
Leon Styhre a1e31331b5 Added support for the ro_RO locale 2024-07-23 10:34:12 +02:00
Leon Styhre 39e0a1773b Added support for the ru_RU locale 2024-07-22 16:12:04 +02:00
Leon Styhre d86923fb98 Added menu title per-language font sizing to the entire application 2024-07-22 11:25:25 +02:00
Leon Styhre 298b371715 Added support for the es_ES locale 2024-07-21 11:50:06 +02:00
Leon Styhre 1f605347c3 Added support for the el_GR locale 2024-07-21 11:37:53 +02:00
Leon Styhre afea0eace9 Added support for the fr_FR locale 2024-07-21 11:13:49 +02:00
Leon Styhre 0582856b84 Fixed an issue where formatting translation strings could lead to crashes on some platforms 2024-07-20 22:17:44 +02:00
Leon Styhre 2dc805bcbd (Linux) Added workaround for a library or OS bug that prevented some locales from working correctly 2024-07-20 16:50:44 +02:00
Leon Styhre f1ee285b3e Added support for the pt_BR locale 2024-07-20 13:42:51 +02:00
Leon Styhre 335b3dd4ff Added support for the ja_JP locale 2024-07-20 13:35:37 +02:00
Leon Styhre 01406c27c3 Added support for the it_IT locale 2024-07-20 13:31:21 +02:00
Leon Styhre 0b5b0e0572 Added support for the en_GB locale 2024-07-20 13:24:37 +02:00
Leon Styhre 5bea1dfb8b Reverted the change where StringUtil::toCapitalized() would capitalize characters follow apostrophes 2024-07-16 21:27:29 +02:00
Leon Styhre b067481f3f tringUtil::toCapitalized() will now capitalize characters following apostrophes and quotation marks 2024-07-16 21:25:08 +02:00