summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-09-27darray: check integer overflowHEADtizen_9.0_m2_releaseaccepted/tizen/unified/x/asan/20241014.000209accepted/tizen/unified/x/20240929.082835accepted/tizen/unified/toolchain/20241004.101829accepted/tizen/unified/20240927.171126accepted/tizen/9.0/unified/20241030.231557tizen_9.0tizenaccepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unifiedaccepted/tizen_9.0_unifiedduna.oh1-10/+19
2024-02-19Fix issues detected by static analysis toolaccepted/tizen/unified/x/20240220.150017accepted/tizen/unified/toolchain/20240311.070033accepted/tizen/unified/dev/20240620.010903accepted/tizen/unified/20240219.160452accepted/tizen_unified_devJihoon Kim1-3/+2
2024-01-29Fix overflow issueaccepted/tizen/unified/x/20240205.063940accepted/tizen/unified/20240131.064253accepted/tizen/unified/20240131.064200accepted/tizen/unified/20240131.064100Jihoon Kim1-1/+4
2024-01-17Fix dereference after NULL issueaccepted/tizen/unified/riscv/20240118.054547accepted/tizen/unified/20240117.163255accepted/tizen_unified_riscvJihoon Kim1-0/+3
2024-01-03text.c: remove unreachable codeJihoon Kim1-3/+0
2023-12-22Fix build errorJihoon Kim2-3/+5
2023-12-22text.c: use strncpy instead of strcpy for better securityduna.oh1-5/+5
2023-12-22Fix issue detected by static analysis toolJihoon Kim1-1/+1
2023-12-22Fix dereference after NULL issueJihoon Kim1-7/+8
2023-12-22Fix NULL after deref issue detected by static analysis toolJihoon Kim4-0/+12
2023-12-22table.c: Fix a coverity warning of uninitialized value 'dummy'Duna Oh1-1/+3
2023-12-22fix not to display error log about the absense of compose fileSung-Jin Park1-3/+8
2023-12-22xkbcomp: add null checkers after calloc()jeon1-1/+10
2023-12-22cast a function's return valueJengHyun Kang1-1/+1
2023-12-22Add a new API to set key repeatJengHyun Kang1-0/+14
2023-10-06Keysyms: Fix missing hpYdiaeresisPierre Le Marre1-2806/+2808
2023-09-28Keysyms: Update using latest xorgprotoPierre Le Marre1-3816/+3869
2023-09-26Show invalid escape sequencesPierre Le Marre2-25/+29
2023-09-26Prevent overflow of octal escape sequencesPierre Le Marre1-1/+8
2023-09-26Disallow producing NULL character with escape sequencesPierre Le Marre4-5/+35
2023-09-26Compose: add iterator APIRan Benita5-3/+171
2023-09-24Messages: merge macros with and without message codePierre Le Marre22-230/+266
2023-09-24Messages: add new messages to registryPierre Le Marre12-98/+307
2023-09-19Add a new warning for numeric keysymsPierre Le Marre3-0/+10
2023-09-19Structured log messages with a message registryPierre Le Marre13-85/+261
2023-08-05parser: change deprecated `%pure-parser` to `%define api.pure` (#370)M Kelly1-1/+1
2023-07-14Fix parsing of numeric keysyms in ExprResolveKeySymPierre Le Marre1-3/+19
2023-07-14Simplify parsing of numeric keysyms in parser.yPierre Le Marre1-5/+7
2023-07-14Fix xkb_keysym_from_name for numeric keysymsPierre Le Marre1-0/+2
2023-07-14Move STRINGIFY to utils.h and add STRINGIFY2Pierre Le Marre2-1/+3
2023-07-14Add XKB_KEYSYM_MIN and XKB_KEYSYM_MAXPierre Le Marre2-1/+9
2023-05-15compose: drop the 65535 node limit (#343)alois313-10/+11
2023-05-13Do not interpret nor emit invalid Unicode encoding formsPierre Le Marre2-5/+27
2023-05-13Add warning when RMLVO with no layout but variant setPierre Le Marre1-0/+10
2023-05-06utils: fix printf format warnings on mingwRan Benita1-1/+3
2023-05-05scanner: allow for a zero terminated string as keymapPeter Hutterer1-0/+4
2023-05-04registry: remove a few asprintf/free() calls with snprintfPeter Hutterer1-13/+4
2023-05-04registry: simplify strdup() error handlingPeter Hutterer1-12/+8
2023-05-01Add support for modmap None (#291)Wismill4-9/+30
2023-04-12keysyms: add new keysyms XF86EmojiPicker, XF86DictateRan Benita1-862/+867
2023-04-11Possible fix for non-MSVC windows compilersRan Benita1-1/+1
2023-03-31keysym: replace deprecated Serbian_DZE with Cyrillic_DZHEPeter Hutterer1-2/+2
2022-12-16context: add XKB_CONTEXT_NO_SECURE_GETENV flag (#312)Ronan Pigott9-52/+81
2022-09-24utils: move some MSVC compat stuff to common placeRan Benita2-14/+13
2022-05-15keysym-utf: remove bogus currency sign entriesRan Benita1-11/+0
2022-05-15keysym-utf: remove bogus Korean Won sign entryRan Benita1-1/+0
2022-05-15Remove bogus euro sign entry from keysymtabSam Lantinga1-1/+0
2022-05-15Do not clear sibling entries when override.Weng Xuetian1-1/+1
2022-03-14scanner: prefix functions with `scanner_` to avoid symbol conflictsRan Benita4-151/+151
2022-01-24Variants should inherit iso639, iso3166 and brief from parent layout if omitt...M Hickford1-3/+28