summaryrefslogtreecommitdiff
path: root/hangul/hangul.h
Commit message (Expand)AuthorAgeFilesLines
* Remove compiler warnings with -Wpedantic (#44)Choe Hwanjin2021-04-041-1/+1
* User custom 자판 등록 기능 제공Choe Hwanjin2018-06-061-0/+3
* 키보드 파일을 로딩시 재귀호출 테스트 코드 추가Choe Hwanjin2018-06-051-0/+1
* xml로 작성된 외부의 한글 자판을 로딩하는 기능 구현Choe Hwanjin2016-03-051-9/+20
* hangul ic: HANGUL_IC_OPTION_NON_CHOSEONG_COMBI 옵션 추가Choe Hwanjin2016-02-241-0/+1
* hangul ic: HANGUL_IC_OPTION_COMBI_ON_DOUBLE_STROKE 옵션 추가Choe Hwanjin2016-02-231-0/+2
* input context 입력 옵션 설정 기능 추가: auto reorderChoe Hwanjin2016-02-211-0/+6
* 내부 구현에서만 사용할 함수는 hangulinternals.h로 옮김Choe Hwanjin2011-11-121-5/+0
* hangul_jongseong_{dicompose -> decompose}Jeong YunWon2011-11-111-1/+2
* deprecated 함수 제거Choe Hwanjin2011-09-071-17/+0
* hangul_ic_is_transliteration() 함수 추가Choe Hwanjin2011-08-281-0/+1
* 한글 키보드의 리스트와 이름을 가져오는 인터페이스 구현Choe Hwanjin2010-11-141-0/+4
* hangul_ic_dvorak_to_qwerty()는 더 이상 제공하지 않는다:Choe Hwanjin2009-10-201-2/+2
* deprecate된 함수를 사용하지 않음Choe Hwanjin2009-10-181-5/+13
* jaso 대신 jamo를 사용한다.Choe Hwanjin2009-10-171-4/+13
* 로마자 구현Choe Hwanjin2009-10-161-1/+2
* 불필요한 함수 선언 제거Choe Hwanjin2009-09-031-6/+0
* 자모 스트링을 음절 단위로 iterate하는 함수 구현:Choe Hwanjin2008-12-201-0/+5
* hanja_table_match_exact() 구현Choe Hwanjin2008-05-041-0/+1
* hanja_list_get_nth_key() 선언 추가Choe Hwanjin2008-04-221-0/+1
* 자모 -> 음절 변환을 위한 함수 추가:Choe Hwanjin2008-04-201-0/+4
* 한자 사전 파일을 바이너리 형태로 사용하는 기능 구현:Choe Hwanjin2008-02-241-0/+3
* 컴파일러 워닝 방지Choe Hwanjin2008-01-311-2/+2
* memory 관리 개선:Choe Hwanjin2007-09-011-4/+4
* callback function 등록하는 api 수정Choe Hwanjin2007-05-281-16/+2
* * filter api 변경Choe Hwanjin2007-03-041-5/+23
* HangulICFilter의 argument 순서를 바꿈Choe Hwanjin2007-01-201-1/+2
* hangul_syllable_to_jaso() 추가Choe Hwanjin2007-01-141-0/+4
* HangulInputContext의 상태를 알 수 있는 함수 추가:Choe Hwanjin2007-01-141-0/+5
* hangulconfig.h:libhangul-0.0.4Choe Hwanjin2007-01-061-4/+4
* hanja_table_destroy() -> hanja_table_delete()Choe Hwanjin2006-12-231-2/+2
* ucschar를 다시 uint32_t로 되돌림Choe Hwanjin2006-12-021-1/+2
* * hangulconfig.h 인스톨 룰 추가Choe Hwanjin2006-11-271-3/+2
* * hangul_keyboard_get_type() 사용Choe Hwanjin2006-11-131-11/+1
* 새로운 HangulKeyboard, HangulCombination 적용Choe Hwanjin2006-11-121-4/+24
* remove unneeded header wchar.hChoe Hwanjin2006-11-081-1/+0
* * HanjaTable, HanjaList, Hanja struct를 외부로 노출되지 않게함.Choe Hwanjin2006-10-271-23/+15
* hangul/hangul.h,hangul/hanja.c:Choe Hwanjin2006-10-021-7/+3
* hangul/hangul.h,hangul/hangulinputcontext.c:Choe Hwanjin2006-10-011-1/+1
* hangul_ic_dvorak_to_qwerty() 추가Choe Hwanjin2006-03-121-0/+1
* HangulInputContext의 실제 구현을 hangulinputcontext.c로 숨김Choe Hwanjin2006-02-251-28/+0
* 라이센스 연도 갱신Choe Hwanjin2006-02-251-1/+1
* add hangul_jaso_to_jamo()Choe Hwanjin2006-02-181-1/+2
* add hangul_ic_set_filter() functionChoe Hwanjin2006-02-171-2/+9
* rename hangul_ic_filter to hangul_ic_processChoe Hwanjin2006-02-111-1/+1
* add hangul_ic_reset() functionChoe Hwanjin2005-10-021-0/+1
* * use ucschar instead of wchar_tChoe Hwanjin2005-10-011-2/+2
* rename hangul_is_reset -> hangul_ic_flushChoe Hwanjin2005-10-011-1/+1
* change the license to LGPLChoe Hwanjin2005-10-011-11/+11
* * change wchar_t to ucschar(uint32_t)Choe Hwanjin2005-10-011-26/+33