1640 Commits

Author SHA1 Message Date
Jinhao
13669f7591 fix a textbox line-wrap issue that only clears first line 2016-01-12 02:26:11 +08:00
Jinhao
74690d1439 small modifications 2016-01-07 01:59:26 +08:00
Jinhao
54357bee6d Merge branch 'prepare-utf8' into develop 2016-01-07 01:14:17 +08:00
Jinhao
57303d302c add move-constructor and move-assignment for class dragger 2016-01-06 04:25:48 +08:00
Jinhao
70ecce5962 remove some useless trait classes 2016-01-06 00:23:27 +08:00
Jinhao
b46bd24978 Merge branch 'Pr0curo-fix_mingw' into prepare-utf8 2016-01-05 01:12:58 +08:00
Jinhao
029b56e62d Merge branch 'fix_mingw' of https://github.com/Pr0curo/nana into Pr0curo-fix_mingw 2016-01-05 01:12:39 +08:00
Jinhao
7d7cce8d2a add path conversion functions 2016-01-05 01:11:15 +08:00
Pr0curo
4c854f449c add dependencies in charset.cpp 2016-01-03 23:22:25 +01:00
Pr0curo
d6d9976285 resolve 'if' error within CMakeLists.txt
Appearently CMake cannot deal with if/endif within the add_library
call. Thus the call is now completly enclosed from the if/endif
statements
2016-01-03 22:40:17 +01:00
Pr0curo
ca5ae23410 change 'CMakeLists.txt' encoding to utf8 2016-01-03 22:38:41 +01:00
Jinhao
a2a7d1fc37 remove deprecated components 2016-01-03 17:50:10 +08:00
Jinhao
0bb7c788d5 Merge branch 'develop' into prepare-utf8 2016-01-03 14:18:03 +08:00
Jinhao
cd5a0bf554 Merge branch 'hotfix-1.2.2' into develop 2016-01-02 16:52:31 +08:00
Jinhao
0a4f04267e add a namespace nana::utf for UTF-8 character processing 2016-01-01 12:30:18 +08:00
Jinhao
a42ebe19b4 use UTF-8 for string representation 2015-12-31 01:09:52 +08:00
Jinhao
0a396c12c2 remove filesystem::file_attrib() function 2015-12-30 01:11:07 +08:00
Jinhao
48254b6555 use UTF-8 for string representation 2015-12-29 01:26:19 +08:00
Jinhao
443b3dcd87 update experimental::filesystem 2015-12-29 01:11:03 +08:00
Jinhao
7cc173022a use UTF-8 for string representation 2015-12-28 01:30:26 +08:00
Jinhao
fec3aa3c8e Merge branch 'qPCR4vir-workarounds_MinWG481' into develop 2015-12-27 13:15:14 +08:00
Jinhao
3856543daf fix wrong position of sub menu 2015-12-22 23:47:56 +08:00
Jinhao
9bb0e8eb34 fix an issue of child root window(nested_form) 2015-12-22 00:41:58 +08:00
Jinhao
75800b2e78 fix a crash when setting focus if prev is null 2015-12-20 03:00:33 +08:00
Jinhao
1446849454 fix non-popup root window(nested_form) issues 2015-12-18 01:00:33 +08:00
Jinhao
25743b14a9 add native_interface::set_parent 2015-12-18 00:57:46 +08:00
Jinhao
54ca38d575 improve support of MinGW-w64 2015-12-17 00:07:44 +08:00
Jinhao
2ca11d4e25 fix compile errors under Linux 2015-12-16 01:21:44 +08:00
Jinhao
c260eebbc3 use UTF-8 for string representation 2015-12-15 21:46:24 +08:00
Jinhao
1d9b75b1c2 fix std numeric conversions errors for GCC 5.1 2015-12-15 15:51:29 +08:00
qPCR4vir
0bd5483cdd reorganize 2015-12-14 12:44:37 +01:00
qPCR4vir
986f5ea9ad Reorganize options in CMakeList.txt at the beginning with right defaults. Add condition in endif() 2015-12-14 02:33:11 +01:00
qPCR4vir
cfc73be627 VERBOSE_PREPROCESSOR "Show annoying debug messages during compilation." 2015-12-14 02:32:56 +01:00
qPCR4vir
0c59065d9e Document config.hpp 2015-12-14 01:55:46 +01:00
qPCR4vir
f59afb9aa4 Build demos 2015-12-14 01:49:47 +01:00
qPCR4vir
d5721fbe30 STD_make_unique_NOT_SUPPORTED "Add support for make_unique<>()." 2015-12-14 01:44:22 +01:00
Jinhao
8fc84938bf use UTF-8 for string representation 2015-12-14 00:30:03 +08:00
Jinhao
009e7e7647 change to_native_string into to_nstring 2015-12-10 00:36:58 +08:00
Jinhao
112deadd16 elimiate nana::string for listbox 2015-12-10 00:24:31 +08:00
Jinhao
049a36e1f7 Merge branch 'develop' into prepare-utf8 2015-12-09 00:32:23 +08:00
Jinhao
22ddc02184 Merge branch 'develop' 2015-12-09 00:31:32 +08:00
Jinhao
2ac3b8128d fix a listbox issue occurs when resizing without adjusting item offset 2015-12-09 00:19:28 +08:00
Jinhao
9ca02afe61 fix a issue that listbox draws string outside a column 2015-12-08 23:53:56 +08:00
Jinhao
ed58fcf85a fix a issue that children does not show when showing lite-widget 2015-12-08 23:05:02 +08:00
Jinhao
871ddd25af fix issues of tabbar::relate and tabbar::append 2015-12-08 22:54:27 +08:00
Jinhao
689738acb1 Merge branch 'hotfix-1.2' into prepare-utf8 2015-12-08 01:57:44 +08:00
Jinhao
42a861b902 Merge branch 'develop' 2015-12-08 01:54:13 +08:00
Jinhao
3d1c18cc50 Merge branch 'hotfix-1.2' into develop 2015-12-08 01:52:51 +08:00
Jinhao
e189d6559e remove warning for preprocessor 2015-12-08 00:42:07 +08:00
Jinhao
8a243ad0d7 add detection of clang 2015-12-07 02:52:30 +08:00