230 Commits

Author SHA1 Message Date
Jinhao
f11c54e513 fix position issue on Linux 2017-01-30 18:12:50 +08:00
Jinhao
3f5d2fa0c5 fix a deadlock
the deadlock occurs between internal_scope_guard and the mutex of
handle_manager
2017-01-27 01:50:09 +08:00
Jinhao
8e10f743e1 add functions to convert positions of listbox column 2016-12-10 08:50:05 +08:00
dankan1890
a39013afd1 Fixed some uninitialized variables. 2016-11-27 15:38:56 +01:00
Jinhao
9ed5e81ca2 fix the revertable lock of window_manager 2016-10-19 02:58:49 +08:00
Jinhao
1332b3e6d8 fix a compiling error 2016-10-14 23:00:46 +08: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
7c36c27d46 fix group bgcolor issue 2016-10-11 02:53:41 +08:00
Jinhao
340c350fcb Merge branch 'hotfix-1.4' into develop 2016-09-24 09:58:44 +08:00
Jinhao
318f0ec570 fix issue that event handler remains after closing 2016-09-13 01:24:47 +08:00
Jinhao
6eece91fce fix a crash that deleting a widget in its event handler 2016-09-02 07:49:55 +08:00
Jinhao
f400c14f9b fix mouse_wheel issue on Linux 2016-09-02 07:45:47 +08:00
Jinhao
9b28c96e9b code refine 2016-08-11 02:26:47 +08:00
Jinhao
6e86b6ae6c refine code
fix bug that listbox may throw std::runtime when the modal is enabled
fix bug that textbox attachs a wrong event angent
2016-08-10 01:46:13 +08:00
Jinhao
0a0fab679b fix some issues that are detected by PVS-studio team 2016-07-14 00:41:34 +08:00
Jinhao
5d5a808b2d remove overloading assignment operator of rectangle 2016-07-13 08:00:59 +08:00
Jinhao
59922e7b78 remove debug information 2016-06-26 05:33:38 +08:00
Jinhao
d701650cd5 fix crash that deprecation is included in NANA_IGNORE_CONF
it crashs when build with CMake
2016-06-25 04:55:06 +08:00
Jinhao
484b84189f debug travis 2016-06-25 04:40:53 +08:00
Jinhao
cbf4b88956 debug travis 2016-06-24 23:39:03 +08:00
Jinhao
cff4bee6fb debug travis 2016-06-24 13:48:28 +08:00
Jinhao
f505cfb6c7 debug travis 2016-06-24 13:42:23 +08:00
Jinhao
9f6a3afd77 debug travis 2016-06-24 12:59:28 +08:00
Jinhao
c7439625ad debug travis 2016-06-24 12:53:17 +08:00
Jinhao
ae442cc80d debug travis 2016-06-24 12:43:46 +08:00
Jinhao
5294b4662d debug travis 2016-06-24 12:30:33 +08:00
Jinhao
dbd08c2aa7 debug crash for travis 2016-06-24 12:20:35 +08:00
Jinhao
f093f14c37 fix incomplete type warning 2016-06-24 01:54:59 +08:00
Jinhao
880d0becf3 some improvements, deprecated frame widget 2016-06-24 00:25:26 +08:00
Jinhao
369d506fdd eliminate GCC warnings 2016-06-21 04:37:05 +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
5ab0cfdd17 fix a notifier error that can't set icon from its exe file 2016-06-05 02:36:38 +08:00
Jinhao
50b982eca7 add scheme to slider
rename widget_colors to widget_geometrics
2016-05-22 18:00:05 +08:00
Jinhao
a1b552439d small fixes 2016-05-22 04:46:07 +08:00
Jinhao
9947d0c511 remove conversion constructors of point,size and rectangle 2016-05-22 02:48:00 +08:00
Jinhao
ceff7c0c27 throw right exception 2016-05-12 23:33:23 +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
afa253f924 capture_window is deprecated in favor of set_capture/release_capture 2016-04-17 06:06:33 +08:00
Jinhao
6277152190 Merge branch 'hotfix-1.3' of https://github.com/qPCR4vir/nana into qPCR4vir-hotfix-1.3 2016-04-12 22:21:40 +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
b063ce53fb fix bug that ignored API::update_window in drawer event. 2016-03-29 00:08:43 +08:00
qPCR4vir
8ab30d7457 doxy docs 2016-03-26 16:25:56 +01:00