dankan1890
|
a39013afd1
|
Fixed some uninitialized variables.
|
2016-11-27 15:38:56 +01: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 |
|
Pr0curo
|
a559b2d8cc
|
include <cstring>
as std::memcpy is defined in <cstring> header, it is added (see http://en.cppreference.com/w/cpp/string/byte/memcpy)
|
2016-03-16 09:04:20 +01:00 |
|
Jinhao
|
6b6b527007
|
eliminate -Wextra and -pedantic warnings
|
2016-03-15 15:46:28 +08:00 |
|
Jinhao
|
325961a277
|
remove utf8_cast functions
|
2016-01-22 00:46:10 +08:00 |
|
Jinhao
|
2ca11d4e25
|
fix compile errors under Linux
|
2015-12-16 01:21:44 +08:00 |
|
Jinhao
|
112deadd16
|
elimiate nana::string for listbox
|
2015-12-10 00:24:31 +08:00 |
|
Jinhao
|
d3865fab63
|
fix paste issue that null character is copied on Linux
|
2015-11-16 00:57:50 +08:00 |
|
Jinhao
|
4f988a2223
|
remove marco PLATFORM_SPEC_HPP
|
2015-11-08 23:35:38 +08:00 |
|
Jinhao
|
ad0dcc0bcf
|
fix some MinGW compiling errors
|
2015-05-03 17:38:58 +08:00 |
|
beru
|
575de13cc4
|
add nana::system::dataexch::set(const nana::paint::graphics& g) method
|
2015-04-26 15:40:58 +09:00 |
|
cnjinhao
|
ecbf71b7e2
|
Color Schemes
textbox.scheme().selection = color(colors::red);
Set the text selection background color
|
2014-12-28 17:16:52 +08:00 |
|
cnjinhao
|
d0a317bd45
|
first init of 0.9
|
2014-12-11 03:32:35 +08:00 |
|