821 Commits

Author SHA1 Message Date
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
Jinhao
34cca34773 fix the behaviour of clicking menu disabled item 2016-07-26 07:32:50 +08:00
Jinhao
2f716cb83f Merge branch 'hotfix-1.3' into develop 2016-07-19 23:50:11 +08:00
Jinhao
daec65b0e0 Merge branch 'hotfix-1.3' 2016-07-19 23:49:47 +08:00
Jinhao
56697b331a improve text_editor 2016-07-17 20:58:00 +08:00
dankan1890
de777617ff c++ defines patch:
# Recent versions of clang have support for make_unique.
# Check if macro "__cpp_lib_experimental_filesystem" is defined and match with the standard value.
2016-07-13 22:12:29 +02:00
Jinhao
0a0fab679b fix some issues that are detected by PVS-studio team 2016-07-14 00:41:34 +08:00
Jinhao
02acc4c216 listbox code refined 2016-07-13 08:14:27 +08:00
Jinhao
5d5a808b2d remove overloading assignment operator of rectangle 2016-07-13 08:00:59 +08:00
Jinhao
8489e16d72 make listbox::index_pair constructor explicit 2016-07-11 04:12:04 +08:00
Jinhao
ffdfb46eae fix caret color issue for X 2016-07-09 15:47:51 +08:00
Jinhao
6ee314a9ea fix a bug that msgbox uses local codepage 2016-07-09 10:27:18 +08:00
Jinhao
e73fc679f4 improve tabbar::attach 2016-07-07 07:57:48 +08:00
Jinhao
a55006ef91 Merge branch 'develop' of https://github.com/qPCR4vir/nana into qPCR4vir-develop 2016-07-03 21:53:36 +08:00
Jinhao
d38c4839bc Merge branch 'listbox-model' into develop 2016-07-03 21:24:20 +08:00
Jinhao
8c7051566c optimize binary size 2016-07-01 23:43:48 +08:00
qPCR4vir
87d8f692c5 cleaning 2016-06-30 15:57:41 +02:00
Jinhao
a8219fe760 modifiable mouse wheel scroll step 2016-06-27 10:36:08 +08:00
Jinhao
3cf10ef940 fix verbose_preprocessor 2016-06-27 07:07:50 +08:00
Jinhao
1845b41019 remove filesystem_selector 2016-06-27 00:35:04 +08:00
qPCR4vir
1eb1ac3a28 don't use VS2013 filesytem 2016-06-26 00:30:10 +02:00
qPCR4vir
d7a1c66b79 Merge remote-tracking branch 'nana_jh/develop' into dev_nana_fs
* nana_jh/develop:
  restore travis and CMakeLists
  fix missing ~other_tag, remove some warings
  fix crash that deprecation is included in NANA_IGNORE_CONF
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug travis
  debug crash for travis
  debug a crash for travis
  debug a crash for travis
2016-06-25 03:58:18 +02:00
qPCR4vir
82d999ecf2 FIX filebox in linux with fs_ext 2016-06-25 03:18:17 +02:00
Jinhao
4a6331e625 fix missing ~other_tag, remove some warings 2016-06-25 06:00:40 +08:00
qPCR4vir
4450ff9678 FIX crash in VS consistently using filesysten_ext 2016-06-24 23:48:53 +02:00
Jinhao
d701650cd5 fix crash that deprecation is included in NANA_IGNORE_CONF
it crashs when build with CMake
2016-06-25 04:55:06 +08:00
Jinhao
15d6cea3bf debug travis 2016-06-24 23:42:47 +08:00
Jinhao
cbf4b88956 debug travis 2016-06-24 23:39:03 +08:00
Jinhao
aee106206a debug travis 2016-06-24 23:30:07 +08:00
qPCR4vir
3b6718d67f using explicit namespaces 2016-06-24 14:22:04 +02:00
Jinhao
cff4bee6fb debug travis 2016-06-24 13:48:28 +08:00
Jinhao
208626a27f debug a crash for travis 2016-06-24 12:02:38 +08:00
Jinhao
5ba6d52774 debug a crash for travis 2016-06-24 11:48:15 +08:00
Jinhao
12678e47c5 Merge branch 'hotfix-1.3' into develop 2016-06-24 03:06:23 +08:00
Jinhao
f093f14c37 fix incomplete type warning 2016-06-24 01:54:59 +08:00
Jinhao
880d0becf3 some improvements, deprecated frame widget 2016-06-24 00:25:26 +08:00
qPCR4vir
747b301b32 typo 2016-06-23 14:29:27 +02:00
qPCR4vir
d26eed8a78 improve verbose pp 2016-06-23 14:10:11 +02:00
qPCR4vir
d088978450 more verbose pp macros 2016-06-23 09:19:56 +02:00
Ariel Vina-Rodriguez
250b73b8d4 NANA_USING_NANA_FILESYSTEM for verbose pp
#define NANA_USING_NANA_FILESYSTEM  false
#define NANA_USING_STD_FILESYSTEM   false
#define NANA_USING_BOOST_FILESYSTEM false
2016-06-22 20:48:08 +02:00
qPCR4vir
067eeff3dd improve verbose_preprocessor 2016-06-21 20:43:36 +02:00
Jinhao
d04776216b std.exp.filesystem for vc2013 2016-06-21 09:30:15 +08:00
Jinhao
58d517d166 add a new helper class text_aligner 2016-06-18 07:23:01 +08:00
Jinhao
fe8819529c code refine 2016-06-18 06:38:57 +08:00
Jinhao
a087486452 modify listbox's arg_listbox and arg_listbox_category 2016-06-15 01:17:28 +08:00
Jinhao
4d279b8378 add visible() to listbox::column_interface 2016-06-14 19:29:48 +08:00
Jinhao
cfcb776350 use tabs 2016-06-13 06:42:25 +08:00
Jinhao
be59604a08 listbox header functions are deprecated, use column_interface 2016-06-13 06:21:58 +08:00
Jinhao
488f6ac88c remove essence_t::scroll_part::offset_x of listbox 2016-06-12 06:27:25 +08:00
Jinhao
2f9056cc7a Merge branch 'hotfix-1.3' into develop 2016-06-10 17:08:48 +08:00