26 Commits

Author SHA1 Message Date
Jinhao
afd8225875 fix bugs that button renderer generated bad values if it zero-size 2017-07-01 07:32:45 +08:00
Jinhao
4e9646cf64 unify semantics of the blend methods 2017-04-15 11:30:16 +08:00
Jinhao
98f9132aa2 remove legacy typedefs 2017-01-17 07:10:50 +08:00
Jinhao
921742a345 fix syntax error and add workarounds for libstdc++ 2017-01-17 06:10:47 +08:00
Jinhao
4327ec49a7 add noexcept to some functions 2016-11-20 12:04:30 +08:00
Jinhao
5d5a808b2d remove overloading assignment operator of rectangle 2016-07-13 08:00:59 +08:00
Jinhao
a0a1f01097 small fixes 2016-05-22 04:40:19 +08:00
Jinhao
9947d0c511 remove conversion constructors of point,size and rectangle 2016-05-22 02:48:00 +08:00
Jinhao
f943673d3d update scroll.hpp 2015-04-26 00:50:28 +08:00
qPCR4vir
0fee5da0a8 fix wrong positions of menu and tooltip in secondary monitor 2015-04-09 00:50:44 +02:00
Jinhao
bc8a157971 add auto config of numeric conversions
auto config of numeric conversions for GCC/MinGW
add contributors info
2015-03-13 14:24:24 +08:00
Jinhao
2c5283eb78 fix mingw compiling errors
Manually merge the commit which is created by Pr0curo
2015-03-10 13:30:15 +08:00
Jinhao
9fbe14e2de code reviews 2015-02-26 02:35:19 +08:00
Jinhao
e721cfa51f support of unimplemented std::regex 2015-02-25 22:15:02 +08:00
cnjinhao
e0a9a94a8b fix clang compiling errors 2015-02-06 07:23:17 +08:00
cnjinhao
81a50fd84f Add support CSS color text for class nana::color 2015-02-06 01:45:17 +08:00
cnjinhao
fd5ff571a7 get ready for Linux 2015-02-04 10:26:08 +08:00
cnjinhao
0474299bdc Fixed some MinGW warnings 2015-01-12 05:27:11 +08:00
cnjinhao
b827e0aa82 multiple display monitors support
Added a new class screen
2015-01-02 13:25:46 +08:00
cnjinhao
aa12254844 Added listbox color scheme 2014-12-30 06:28:23 +08:00
cnjinhao
ad7c36be3f Renamed expr_color to color 2014-12-24 02:07:39 +08:00
cnjinhao
34c8392f35 Added some helper types to identify an integer as color
expr_color clr(static_cast<color_rgb>(0xrrggbb));
2014-12-21 23:04:20 +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