133 Commits

Author SHA1 Message Date
Jinhao
64dbd2100c fix bug that graphics::make({0, 0}) behaves differently between Windows
and Linux
2017-07-17 22:31:29 +08:00
Jinhao
4bc03d038a code refined 2017-07-02 13:05:33 +08:00
Jinhao
3b737c01a2 fix issue that pixel_buffer generates wrong color in 16bits depth 2017-07-01 12:21:19 +08:00
Jinhao
afd8225875 fix bugs that button renderer generated bad values if it zero-size 2017-07-01 07:32:45 +08:00
Jinhao
cbb42259bd Merge branch 'hotfix-1.5.1' into develop 2017-06-21 22:52:47 +08:00
Jinhao
0b4dc1904b fix compiler errors/warnings for clang 5.0 2017-06-11 11:33:52 +08:00
Jinhao
3cefaa3506 Merge branch 'hotfix-1.5.1' into develop 2017-06-08 21:40:32 +08:00
Jinhao
d384a6a8e7 fix issue that graphics::gradual_rectangle modifies fgcolor unexpectedly 2017-06-04 05:47:57 +08:00
Jinhao
a87703d418 refactor functions 2017-05-31 22:36:56 +08:00
Jinhao
abfde4e77c fix MinGW's compiler errors 2017-05-10 05:47:42 +08:00
Jinhao
3657be8f7d refacter tooltip
remove compiler warnings
remove deprecated code
2017-05-01 16:57:26 +08:00
Jinhao
2ff8a1c729 add new platform_abstraction
add support of loading ttf file
2017-04-26 08:04:25 +08:00
Jinhao
4e9646cf64 unify semantics of the blend methods 2017-04-15 11:30:16 +08:00
Jinhao
6cbf721f9d improve all widgets for bground effects 2017-04-11 07:06:43 +08:00
Jinhao
7173e2449a Merge branch 'hotfix-1.4.1' into develop 2017-03-24 06:46:02 +08:00
Jinhao
24c1b292cc fix compiler errors and warning 2017-03-24 06:37:38 +08:00
Jinhao
c233708841 Merge branch 'hotfix-1.4.1' into develop 2017-03-24 06:04:11 +08:00
Jinhao
b1fe1ca412 fix bug where window can't load icon with ico(#192) 2017-03-24 05:30:47 +08:00
Jinhao
352a8ddef1 Merge branch 'hotfix-1.4.1' into develop 2017-01-21 04:54:51 +08:00
Jinhao
880a91b717 fix a bug that incorrect BMP header processing(#179) 2017-01-15 20:45:14 +08:00
Jinhao
b7491a86e7 Merge branch 'hotfix-1.4.1' into develop 2017-01-13 07:17:55 +08:00
Jinhao
cb2c8d6d7d fix issue in graphics::paste
that would show the window when graphics::paste to the invisible window
2017-01-05 04:38:29 +08:00
dankan1890
a39013afd1 Fixed some uninitialized variables. 2016-11-27 15:38:56 +01:00
Jinhao
abe2f0687f fix some compiler warnings and errors for GCC 2016-11-27 12:39:26 +08:00
Jinhao
be2af130c2 remove the extra inclusion of cstring 2016-11-20 11:45:52 +08:00
Jinhao
2f976c1546 Merge branch 'hotfix-1.4.1' into develop 2016-11-14 05:44:27 +08:00
Jinhao
421fd3bdcd Merge branch 'master' of https://github.com/dread-uo/nana into dread-uo-master 2016-11-14 05:42:24 +08:00
Rei
f42cd7b2eb Include cstring header on image_png.hpp
Compilation was failing with the "enable png" flag. This was happening
because the memcpy function was being called without the inclusion of
cstring, which declares it. This fixes it.
2016-11-05 04:46:29 -02:00
dankan1890
f9e06c04e2 fixed linux support. 2016-11-02 09:33:18 +01:00
Jinhao
043ebad317 fix some compiler errors and warnings 2016-10-31 06:36:03 +08:00
Jinhao
b1ce0eaff2 Merge branch 'hotfix-1.4.1' into develop 2016-10-31 06:21:41 +08:00
Jinhao
edc8304c22 Merge branch 'hotfix-1.4' of https://github.com/PeterAddy960/nana into PeterAddy960-hotfix-1.4 2016-10-31 06:13:41 +08:00
dankan1890
afa9cffd51 Added multi platform support for ICOns files. 2016-10-18 00:32:58 +02:00
PeterAddy960
eeaaf07f4c Added methods to font object to get if font has underline and strikeout. 2016-08-31 20:29:34 -05:00
Jinhao
fbdd5224b2 fix a cast 2016-08-23 08:01:04 +08:00
dankan1890
236ba4356e Removed some useless static_cast. 2016-08-15 00:07:55 +02:00
dankan1890
cdba162897 Fixed some 'false' value implicitly cast to the integer type. 2016-08-14 23:48:42 +02:00
Jinhao
eed3ffd5b6 Merge branch 'hotfix-1.4' into develop 2016-08-11 02:27:45 +08:00
Jinhao
9b28c96e9b code refine 2016-08-11 02:26:47 +08: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
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
dankan1890
72768fd788 fix PNG build. 2016-06-30 20:46:02 +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
c71cccc4f6 FIX image in linux 2016-06-25 03:27:39 +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
qPCR4vir
3b6718d67f using explicit namespaces 2016-06-24 14:22:04 +02:00
Jinhao
880d0becf3 some improvements, deprecated frame widget 2016-06-24 00:25:26 +08:00