401 Commits

Author SHA1 Message Date
Leonardo Backes Vargas
4609bfc458 Merge cnjinhao/develop 2016-01-11 23:28:20 -02:00
Leonardo Backes Vargas
3f1991ba1a Implements double click event on items, allowing to block the category expansion change. 2016-01-11 23:23:22 -02:00
Jinhao
13669f7591 fix a textbox line-wrap issue that only clears first line 2016-01-12 02:26:11 +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
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
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
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
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
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
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
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
8a243ad0d7 add detection of clang 2015-12-07 02:52:30 +08:00
Jinhao
dce320d544 remove platform_spec_selector.cpp and bedrock_selector.cpp 2015-12-05 15:52:31 +08:00
Jinhao
3863a0dc60 improve the detection for GCC 2015-12-05 14:03:46 +08:00
Jinhao
babcacd63d Merge branch 'hotfix-1.2' into prepare-utf8 2015-12-04 23:44:11 +08:00
Jinhao
21a5e2fc2e fix i18n escape char '\\' issue 2015-12-04 23:21:33 +08:00
Jinhao
a5df90f8a9 remove platform preprocess check in platform_spec.cpp 2015-12-04 23:13:22 +08:00
qPCR4vir
3ad8f5a641 Simplify CMake file and config.h 2015-12-03 20:24:20 +01:00
qPCR4vir
f7f8db5337 FIX: MinGW no expose functions in std:: 2015-12-03 20:23:56 +01:00
qPCR4vir
221e9f6624 FIX MinGW workaround bring some macro small ? 2015-12-03 20:23:44 +01:00
qPCR4vir
74be76e49a MinGW workaround with USE_github_com_meganz_mingw_std_threads 2015-12-03 20:22:31 +01:00
qPCR4vir
4b57b76ffb simplify automatic project generation 2015-12-03 20:14:32 +01:00
Jinhao
faa33817e2 add insert/append/erase methods to template class tabbar 2015-12-04 00:20:29 +08:00
Jinhao
e8266b5ae8 add native_string_type for internal use 2015-12-03 01:49:44 +08:00
Jinhao
ed4d2af7dd add various overlodings for widget::caption() 2015-12-01 01:17:06 +08:00
Jinhao
83161a3843 remove nana::is_complete 2015-11-30 01:38:15 +08:00
Jinhao
b35f293b9e replace string parameter of image's constructor with filesystem::path 2015-11-30 00:58:29 +08:00