Jinhao
e37cc5ec37
fix crash where a shared lib is loaded/unloaded repeatedly
...
When a shared lib which uses nana is dynamic loaded/unloaded multiple
times, the crash would occur when creating a form after reloading the shared lib
2019-08-14 03:39:26 +08:00
이지한
129b83e68f
fix the strange behavior of Korean ime composition window.
...
Because Hangul is a combination character, WM_IME_STARTCOMPOSITION is only called once when the IME input is started, so the position of the composition window is strange.
Therefore, I solved the problem by controlling the state of characters combined using WM_IME_COMPOSITION and WM_IME_CHAR.
We have also improved to support other IME languages such as Chinese and Japanese.
2019-08-01 15:24:46 +09:00
Jinhao
5acbbf548e
refactoring and fix
...
fix a potential dead-lock caused by timer
2019-07-10 04:25:00 +08:00
Jinhao
363a80e935
refactor
...
remove typedef-name core_window_t
remove get_color and get_text_color of the internal class drawable
2019-06-30 11:56:16 +08:00
Jinhao
975993ff33
refactor types( #450 )
2019-06-26 05:05:05 +08:00
Jinhao
39c3f85627
fix bug that click event is triggered by pressing space on disabled button
2019-06-19 23:42:50 +08:00
Jinhao
5575a9f2b8
fix bug that transparent widget may not be updated in event handler( #431 )
2019-05-13 04:28:30 +08:00
Jinhao
f274ff4c4c
Merge branch 'develop' of https://github.com/beru/nana into beru-develop
2019-04-16 23:39:40 +08:00
beru
a596c7f64e
fix typos
2019-04-14 14:49:01 +09:00
Jinhao
cff318d182
enhance the performance of nana
2019-04-13 00:03:40 +08:00
Jinhao
bd01cb447e
fix bug that mouse wheel when displaying a msgbox( #411 )
2019-03-24 20:03:45 +08:00
Jinhao
f137f751c0
refactor arg_dropfiles with std::filesystem::path
2019-03-03 07:07:58 +08:00
Jinhao
240fb82ab3
remove deprecated code
2019-02-20 23:04:03 +08:00
Jinhao
e89ee5d18b
some improvements
...
improved resizing performance
removed frame widget
refactoring
2019-02-16 00:55:02 +08:00
Jinhao
5f703bff4c
ensure click event consistency
...
the order of click events generated by mouse and keyboard are different
2018-06-23 06:16:19 +08:00
Jinhao
48f759e007
remove deprecated code
2018-05-29 04:12:53 +08:00
Jinhao
c72d8e25b4
Merge branch 'feature-freebsd-posix' into develop
2018-05-08 04:52:13 +08:00
Jinhao
bdc480953e
small improve
2018-03-07 11:27:31 +08:00
Jinhao
457d86aa39
implement keyboard accelerators for linux
2018-02-24 06:13:46 +08:00
Jinhao
244416088f
add member alt for arg_keyboard
2018-02-24 06:10:43 +08:00
Jinhao
f6548acc84
add keyboard accelerator
2018-02-22 07:59:27 +08:00
unitrunker
f2baba7c77
More thread_t fixes (dont use a 32 bit type to hold a 64 bit handle).
2018-01-22 11:46:29 -06:00
Jinhao
d715c87d93
correct the process of failure of resizing a window
2017-09-28 08:29:19 +08:00
cnjinhao
bb47cdc6c9
fix bug that DEL key is incorrect in key_press/key_release( #259 )
2017-09-22 15:47:12 +08:00
Jinhao
2974fe2137
add event filter contributed by A2Razor
2017-09-01 22:57:12 +08:00
Jinhao
2ff8a1c729
add new platform_abstraction
...
add support of loading ttf file
2017-04-26 08:04:25 +08:00
Jinhao
970412a3db
coe refine
2017-04-19 04:58:20 +08:00
Jinhao
4e9646cf64
unify semantics of the blend methods
2017-04-15 11:30:16 +08:00
Jinhao
5917b1eb36
refactor
2017-03-29 04:43:00 +08:00
Jinhao
4e42c18815
implement key_press support for menu in Linux
2017-02-10 08:09:08 +08:00
Jinhao
ef8b66341a
fix issue that cursor of place splitter
...
the cursor doesn't change when it leaves place splitter for a nested_form
2017-02-02 17:53:47 +08:00
dankan1890
a39013afd1
Fixed some uninitialized variables.
2016-11-27 15:38:56 +01:00
Jinhao
3d2dbf60af
fix bug that mousedown/click would not triggerred
2016-10-14 21:54:09 +08:00
Jinhao
092ae97c66
fix transparent window bugs
2016-10-14 07:19:56 +08:00
Jinhao
f400c14f9b
fix mouse_wheel issue on Linux
2016-09-02 07:45:47 +08:00
Jinhao
880d0becf3
some improvements, deprecated frame widget
2016-06-24 00:25:26 +08:00
Jinhao
be59604a08
listbox header functions are deprecated, use column_interface
2016-06-13 06:21:58 +08:00
Jinhao
2f9056cc7a
Merge branch 'hotfix-1.3' into develop
2016-06-10 17:08:48 +08:00
Jinhao
9947d0c511
remove conversion constructors of point,size and rectangle
2016-05-22 02:48:00 +08:00
Jinhao
28ec691485
small changes
2016-05-10 12:48:00 +08:00
Jinhao
c512b2dad5
improve window manager refresh process
2016-04-20 02:07:38 +08:00
Jinhao
116787072f
Merge branch 'hotfix-1.3' into develop
2016-04-18 15:16:03 +08:00
Jinhao
ca1fce932a
minor changes
2016-04-12 22:17:07 +08:00
Jinhao
edfa397ddc
bedrock has some minor changes
2016-04-10 17:09:42 +08:00
Jinhao
07b5b19545
improve stability of event
2016-04-10 15:23:44 +08:00
Jinhao
88b9149f54
remove bedrock::emit_drawer()
2016-04-10 14:38:44 +08:00
Jinhao
5f870bcf69
enhance support for multi-threading environment
2016-04-08 23:10:00 +08:00
Jinhao
8f995ee2cf
fix an issue that child display incorrect
2016-03-14 23:20:24 +08:00
Jinhao
ea06295975
minor changes
2016-03-14 14:29:16 +08:00
qPCR4vir
6a8fb2e37c
bedrock's comments
2016-03-06 16:53:52 +01:00