summaryrefslogtreecommitdiff
path: root/hangul
Commit message (Expand)AuthorAgeFilesLines
* win32: fix for win32.Won-Kyu Park2023-03-021-3/+5
* win32: fix hangul_keyboard_get_default_keyboard_path()Won-Kyu Park2023-03-021-1/+39
* win32: use Find*File() for win32Won-Kyu Park2023-03-021-1/+55
* cmake: check glob.h and add config.h.cmake.inWon-Kyu Park2023-02-271-0/+5
* do not define the default hanja dictionary for win32 case.Won-Kyu Park2023-02-151-0/+4
* WIN32 build fixesWon-Kyu Park2023-02-123-0/+15
* hanja: Fix dereference of NULLChoe Hwanjin2021-12-311-4/+8
* cmake: Add BUILD_SHARED_LIBS optionChoe Hwanjin2021-10-121-8/+5
* Add CMake build filesChoe Hwanjin2021-09-201-0/+82
* Add LIBHANGUL_KEYBOARD_PATH environment variable featuremasterkeyboard-pathChoe Hwanjin2021-09-191-26/+70
* Remove compiler warnings with -Wpedantic (#44)Choe Hwanjin2021-04-042-3/+3
* User custom 자판 등록 기능 제공Choe Hwanjin2018-06-062-0/+67
* 두벌식 자판에서 한글이 아닌 것은 원 자판의 글자를 사용Choe Hwanjin2018-06-061-84/+84
* Add copyright notice to hangulkeyboard.hChoe Hwanjin2018-06-061-0/+17
* hangul_combination_set_data()에서 size_t overflow 문제 수정Choe Hwanjin2018-06-051-1/+1
* PATH_MAX 사용 코드 제거Choe Hwanjin2018-06-051-10/+36
* 키보드 파일을 로딩시 재귀호출 테스트 코드 추가Choe Hwanjin2018-06-052-1/+2
* 키보드 파일 로딩시 재귀 호출 처리Choe Hwanjin2018-06-021-8/+25
* ENABLE_NLS 처리 추가Choe Hwanjin2016-03-291-1/+1
* configure 옵션 추가: --disable-external-keyboardsChoe Hwanjin2016-03-281-0/+6
* hangul_init 함수의 중복 호출 문제 처리Choe Hwanjin2016-03-061-0/+6
* 문서 업데이트Choe Hwanjin2016-03-052-1/+95
* xml로 작성된 외부의 한글 자판을 로딩하는 기능 구현Choe Hwanjin2016-03-055-351/+1045
* hangul ic: HANGUL_IC_OPTION_NON_CHOSEONG_COMBI 옵션 추가Choe Hwanjin2016-02-242-0/+15
* hangul ic: HANGUL_IC_OPTION_COMBI_ON_DOUBLE_STROKE 옵션 추가Choe Hwanjin2016-02-233-18/+51
* input context 입력 옵션 설정 기능 추가: auto reorderChoe Hwanjin2016-02-212-5/+73
* hangul_ic_process함수에서 backspace 처리도 가능하게 함Choe Hwanjin2016-02-201-0/+4
* MS IME 호환 기능 추가: ㄳ 입력 기능 추가Choe Hwanjin2016-02-202-0/+21
* Fix incorrect sizeof expressionbaserock/libhangul-0.1.0-19-g78e9d89Jihoon Kim2015-02-241-1/+1
* hanja_list_new()에서 발생할 가능성이 있는 memory leak 수정Choe Hwanjin2015-02-231-9/+16
* fix typo in doxygenJihoon Kim2014-04-081-2/+2
* hangul_jamo_to_cjamo 테이블에 빠진 곳 추가Choe Hwanjin2013-11-031-0/+4
* Fix some build warnings.Carbo Kuo2013-06-092-1/+2
* Doxygen 문서 업데이트Choe Hwanjin2011-12-172-69/+71
* 내부 구현에서만 사용할 함수는 hangulinternals.h로 옮김Choe Hwanjin2011-11-122-5/+4
* hangul_jongseong_{dicompose -> decompose}Jeong YunWon2011-11-113-3/+10
* deprecated 함수 제거Choe Hwanjin2011-09-073-153/+0
* hangul_ic_is_transliteration() 함수 추가Choe Hwanjin2011-08-282-0/+28
* Combination table을 IC에서 Keyboard로 옮김Choe Hwanjin2011-08-161-18/+11
* hangul_ic_get_keyboard_name()의 리턴값을 로캘에 관계없이 UTF-8로...Choe Hwanjin2010-12-291-0/+1
* 세벌식 두벌 자판은 별로 중요하지 않은 자판이므로 순서...Choe Hwanjin2010-12-291-1/+1
* 자판 이름 시작 글자를 대문자로 바꿈Choe Hwanjin2010-12-291-5/+5
* #315248 안마태 자판 추가Choe Hwanjin2010-12-281-29/+29
* 세벌식 옛글 자판의 배열을 아래한글과 동일하게 바꿈Choe Hwanjin2010-12-261-7/+7
* 두벌식에서 초성이 옛글에서만 사용되는 종성으로 변환되...Choe Hwanjin2010-12-251-4/+22
* hangul_combination_combine() 함수의 버그 수정Choe Hwanjin2010-12-251-1/+9
* 아래한글과 같은 아래아 조합규칙 추가Choe Hwanjin2010-12-251-0/+2
* 옛한글 조합테이블에 빠진 부분 추가Choe Hwanjin2010-12-251-0/+5
* 옛이응이 이응으로 처리되는 부분 수정Choe Hwanjin2010-12-252-8/+8
* hangul_is_jongseong() 함수 버그 수정Choe Hwanjin2010-12-251-1/+1