40 Commits

Author SHA1 Message Date
qPCR4vir
a2fd7f32c8 NANA_ADD_DEF_AUTOMATIC_GUI_TESTING
Support for NANA_AUTOMATIC_GUI_TESTING
Will cause the program to self-test the GUI.
If NANA_ADD_DEF_AUTOMATIC_GUI_TESTING is also defined a default automatic GUI test
will be added to all programs which don't have yet one defined. This default test will simple
wait 10 sec. (time to construct, show and execute the GUI) and then exit normally.
2016-03-02 14:05:48 +01:00
qPCR4vir
c499c351dc cleanup selection of std, boost or nana filesystem and install it in travis, with detection in cmake
todo: check namespaces and compatibility of boost filesystem
2016-02-25 19:21:29 +01:00
qPCR4vir
186be4a99b CMAKE_BOOST_FILESYSTEM_AVAILABLE 2016-02-16 13:12:47 +01:00
qPCR4vir
c29eced904 NANA_ENABLE_AUDIO 2016-02-14 05:04:12 +01:00
Jinhao
ce7b044186 update CMakeLists for new configuration structure 2016-02-01 00:16:40 +08:00
Jinhao
8eb131e093 new NANA_ENABLE_AUDIO to enable PCM playback 2016-01-28 22:36:15 +08:00
Jinhao
b961ff51d7 modify some symbols in config.hpp 2016-01-21 00:30:08 +08:00
Jinhao
27367804a2 config refactoring 2016-01-20 22:37:56 +08:00
Jinhao
920a1fe490 fix compile errors with GCC/Clang 2016-01-20 14:40:57 +08:00
Jinhao
8d2ec2fbd1 update experimental::filesystem and remove file_iterator 2016-01-19 01:34:07 +08:00
Jinhao
cd5a0bf554 Merge branch 'hotfix-1.2.2' into develop 2016-01-02 16:52:31 +08:00
Jinhao
54ca38d575 improve support of MinGW-w64 2015-12-17 00:07:44 +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
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
d5721fbe30 STD_make_unique_NOT_SUPPORTED "Add support for make_unique<>()." 2015-12-14 01:44:22 +01: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
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
qPCR4vir
b8b174b1f2 FIX: un-comment Linux 2015-12-04 10:03:52 +01:00
qPCR4vir
48b622acc7 why some variables are not set by CLion / CMake ? __GNUC__ etc.
I got libnana.a, but not the test.exe, why?
2015-12-03 20:24:32 +01:00
qPCR4vir
3ad8f5a641 Simplify CMake file and config.h 2015-12-03 20:24:20 +01:00
qPCR4vir
003b0b4041 simplify automatic project generation - return config + USE_github_com_meganz_mingw_std_threads 2015-12-03 20:22:18 +01:00
Jinhao
94c10c8fba Merge branch 'macos' of https://github.com/BenjaminNavarro/nana into BenjaminNavarro-macos 2015-11-10 23:21:07 +08:00
Jinhao
4f988a2223 remove marco PLATFORM_SPEC_HPP 2015-11-08 23:35:38 +08:00
Jinhao
23ed986932 add support of JPEG by using libjpeg 2015-10-17 14:46:02 +08:00
Jinhao
7f4cc3f6d9 improve image and pixel_buffer 2015-10-17 14:42:07 +08:00
Benjamin Navarro
a09d5c3c95 Mac OS X support 2015-10-11 18:31:30 +02:00
Jinhao
feed286b53 Merge branch 'VC2015_RC' of https://github.com/qPCR4vir/nana into qPCR4vir-VC2015_RC
Conflicts:
	include/nana/config.hpp
2015-06-10 07:26:41 +08:00
qPCR4vir
42819c64c2 eliminate noexept from our filesystem
because a compiler without filesystem is not C++11 complete anyway
We will go with noexeot when we will have std::filesystem...
2015-05-28 17:54:33 +02:00
qPCR4vir
b37ecda187 fix more warning 2015-05-28 01:54:07 +02:00
qPCR4vir
895dbcbe7d FIX: compiling with VC2015 RC 2015-05-28 01:44:29 +02:00
Jinhao
08e860a7e7 Merge branch 'hotfixes-1.0.1' into develop
Conflicts:
	.gitignore
	include/nana/deploy.hpp
	source/deploy.cpp
	source/gui/widgets/listbox.cpp
2015-05-03 03:08:26 +08:00
Jinhao
d521e9829b Merge branch 'develop' of https://github.com/qqiangwu/nana into qqiangwu-develop
Conflicts:
	include/nana/deploy.hpp
	source/deploy.cpp
2015-04-13 00:38:08 +08:00
qqiangwu
79ec3c927d eliminate macro redefine error when used in biicode 2015-04-12 11:40:58 +08: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
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