47 Commits

Author SHA1 Message Date
Jinhao
216cb786e7 various fixes
fixed compiler warnings
fixed bad overridings
fixed FreeBSD support
2018-05-22 14:22:58 +08:00
Jinhao
0c7e8a8ca2 add scroll_operation_interface 2018-04-21 03:49:15 +08:00
Jinhao
335305c97c fix bug that treebox::item_proxy::size returns the depth of the node 2018-04-01 00:11:19 +08:00
cnjinhao
8cb29a1617 fix issue that filebox incorrectly loads folder tree on Linux 2017-09-11 14:42:20 +08:00
Jinhao
cb6191cc88 fix crash error when operate a closed treebox 2017-07-17 00:37:30 +08:00
Jinhao
0b4dc1904b fix compiler errors/warnings for clang 5.0 2017-06-11 11:33:52 +08:00
Jinhao
4e9646cf64 unify semantics of the blend methods 2017-04-15 11:30:16 +08:00
Jinhao
6cbf721f9d improve all widgets for bground effects 2017-04-11 07:06:43 +08:00
Jinhao
431f0af893 fix syntax errors and warnings 2017-03-17 07:29:34 +08:00
Jinhao
66be23c920 fix issues that occur when expands/shrinks treebox 2017-02-20 03:41:04 +08:00
Jinhao
9fa0bc2db9 remove some duplicated functions of treebox 2017-02-19 21:09:06 +08:00
Jinhao
c1113cf41d fix crash that could occur when clearing treebox 2017-02-19 13:11:13 +08:00
Jinhao
9f366ab008 new treebox::item_proxy::clear() method 2017-02-13 07:21:10 +08:00
Jinhao
eb7ae0d635 fix bug that treebox.clear only rm the 1st node 2017-02-13 07:18:39 +08:00
Jinhao
26ec27b4c4 fix issue that incorrect treebox selection 2017-02-11 10:44:50 +08:00
Jinhao
6c3ba75f6f treebox refined 2017-01-21 05:03:50 +08:00
Jinhao
281e92eb59 add clear() to treebox 2016-12-27 03:52:39 +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
5d5a808b2d remove overloading assignment operator of rectangle 2016-07-13 08:00:59 +08:00
Jinhao
9947d0c511 remove conversion constructors of point,size and rectangle 2016-05-22 02:48:00 +08:00
Jinhao
42990b8670 move lazy_refresh() from namespace API to API::dev 2016-04-17 17:46:19 +08:00
Jinhao
07b5b19545 improve stability of event 2016-04-10 15:23:44 +08:00
Jinhao
325961a277 remove utf8_cast functions 2016-01-22 00:46:10 +08:00
Jinhao
48254b6555 use UTF-8 for string representation 2015-12-29 01:26:19 +08:00
Jinhao
c86a00bea5 remove macro STR 2015-11-29 22:38:22 +08:00
Jinhao
12358a5dc0 change some APIs for accepting utf8 2015-11-27 01:54:26 +08:00
Jinhao
573a5bee86 code review 2015-10-07 18:01:46 +08:00
Jinhao
2f47e89af1 use lambda instead of std::bind 2015-09-27 05:31:42 +08:00
Jinhao
fff5926be5 some modifications 2015-08-01 21:45:22 +08:00
Jinhao
396163c1b7 fix mouse left button issues due to breaking changes 2015-07-28 00:00:15 +08:00
Jinhao
0e5c88f121 code review 2015-07-24 00:44:35 +08:00
Jinhao
1eb76307e4 image::paste throws exception if graphics or image is empty 2015-07-13 00:23:54 +08:00
Jinhao
28413b7f25 explicit conversion from point/size to rectangle 2015-06-22 11:30:14 +08:00
cnjinhao
fd5ff571a7 get ready for Linux 2015-02-04 10:26:08 +08:00
cnjinhao
2341ea18a9 fix 2015-02-02 19:16:55 +08:00
cnjinhao
04afbe9df9 Merge branch 'hotfixes-0.9.1' into develop
Conflicts:
	include/nana/gui/widgets/progress.hpp
	source/gui/widgets/date_chooser.cpp
	source/gui/widgets/progress.cpp
	source/gui/widgets/treebox.cpp
2015-02-02 18:55:23 +08:00
cnjinhao
46f8182c50 add event stop_propagation 2015-02-01 17:12:19 +08:00
cnjinhao
0597d895b4 gadget::arrow_16_pixels is replaced with element arrow 2015-01-19 17:44:18 +08:00
cnjinhao
7496fea110 Fixed some MinGW warnings 2015-01-12 05:30:45 +08:00
cnjinhao
9a71f23ddd Performance improvements 2015-01-09 08:12:20 +08:00
cnjinhao
0a5c85d21b Fixed some syntax errors and clang compiling warnings
GCC/VS2013/Clang is tested
2015-01-03 22:04:06 +08:00
cnjinhao
ad7c36be3f Renamed expr_color to color 2014-12-24 02:07:39 +08:00
cnjinhao
e5aeb8420f Refined code
refined code and implemented select all(ctrl+a) for text_editor
2014-12-21 08:15:18 +08:00
cnjinhao
e64b6ec2b2 Breaking changes for expr_color
Removed the typedef-name nana::color_t
2014-12-18 13:08:44 +08:00
cnjinhao
42788db077 Breaking changes for expr_color
expr_color is a temporary class name for new color type experiment.
2014-12-17 11:20:47 +08:00
cnjinhao
74c09eb9b3 Defined a new color class
The new color class is temporarily named expr_color for experiment.
2014-12-14 10:15:19 +08:00
cnjinhao
d0a317bd45 first init of 0.9 2014-12-11 03:32:35 +08:00