Commit Graph

  • b5ad078f53 Made nana a Scons++ module. master Patrick Wuttke 2025-01-12 14:36:54 +01:00
  • f510771686 Replaced some u8string() with string() to fix compilation with C++ 20/23. Patrick Wuttke 2025-01-12 13:18:15 +01:00
  • 96d48b8413
    Update README.md Jinhao 2024-05-16 14:43:26 +08:00
  • 5ded3e8853
    Update README.md Jinhao 2024-05-16 14:16:17 +08:00
  • 554c4fe87f update codeblocks project file Jinhao 2020-05-17 06:08:50 +08:00
  • d932020e2c Merge branch 'develop' Jinhao 2020-05-16 11:29:30 +08:00
  • 7f7f7ea0a9 Merge branch 'hotfix-1.7.3' into develop Jinhao 2020-05-15 17:21:17 +08:00
  • 2fcdd2b1eb Merge branch 'call-me-void-text_editor_iswalnum' into develop Jinhao 2020-05-15 03:48:15 +08:00
  • e8f2cedd67 Merge branch 'text_editor_iswalnum' of https://github.com/call-me-void/nana into call-me-void-text_editor_iswalnum Jinhao 2020-05-15 03:47:39 +08:00
  • dd0cf01eaa Merge branch 'KingDuckZ-make_accel_key_constexpr' into develop Jinhao 2020-05-15 03:27:39 +08:00
  • 7c083d2977 Merge branch 'make_accel_key_constexpr' of https://github.com/KingDuckZ/nana into KingDuckZ-make_accel_key_constexpr Jinhao 2020-05-15 03:27:23 +08:00
  • eb832cf80a Merge branch 'KingDuckZ-develop_xdgopen' into develop Jinhao 2020-05-15 03:25:36 +08:00
  • af2215b8a0 Merge branch 'develop_xdgopen' of https://github.com/KingDuckZ/nana into KingDuckZ-develop_xdgopen Jinhao 2020-05-15 03:25:02 +08:00
  • f2d74fbc86 small fix Jinhao 2020-05-15 03:17:43 +08:00
  • afee7d1ed6 fix memory leak issues of animation destruction Jinhao 2020-05-15 02:37:01 +08:00
  • d4453e9535 remove deprecated code Jinhao 2020-05-12 03:47:55 +08:00
  • dbfcab912d fix and improve animation(#335) Jinhao 2020-05-12 03:11:34 +08:00
  • baa64a1461 fix animation deadlock issues(#530) Jinhao 2020-05-08 09:19:57 +08:00
  • cf71da94c4 fix issue that grayscale jpeg can't be shwon Jinhao 2020-04-30 04:16:35 +08:00
  • 90789e428c add a method to return first node of treebox Jinhao 2020-04-21 05:48:07 +08:00
  • e6a75746ad fix a syntax error for C++11 Jinhao 2020-04-21 05:43:05 +08:00
  • 1e19322ad1 Merge branch 'hotfix-1.7.3' into develop Jinhao 2020-04-21 00:16:40 +08:00
  • e09b57ca12 fix compiler errors using C++11 Jinhao 2020-04-18 04:34:59 +08:00
  • d3e3e59812 open image file using file format signature instead of file extension Jinhao 2020-04-18 02:59:12 +08:00
  • 4dcbb50e1f fix the missing of overloaded non-const of treebox::value/value_ptr Jinhao 2020-04-18 02:48:13 +08:00
  • cffea79e0f remove deprecated code Jinhao 2020-04-17 07:23:19 +08:00
  • c5ce97734f fix crash that was introduced by patch of Arabic language support Jinhao 2020-04-17 00:23:35 +08:00
  • 782751a6df Merge branch 'KingDuckZ-develop' into develop Jinhao 2020-04-15 23:42:04 +08:00
  • 4c98a8d1bc Merge branch 'develop' of https://github.com/KingDuckZ/nana into KingDuckZ-develop Jinhao 2020-04-15 23:38:38 +08:00
  • 86a44d1948 Use iswalnum in text_editor mixael 2020-04-11 04:51:04 +03:00
  • 05af566608 Merge branch 'call-me-void-cmake-config-option' into hotfix-1.7.3 Jinhao 2020-04-07 06:09:10 +08:00
  • 221fc70836 Merge branch 'cmake-config-option' of https://github.com/call-me-void/nana into call-me-void-cmake-config-option Jinhao 2020-04-07 06:08:43 +08:00
  • 1f1e9e47f5 Merge branch 'LilyWangL-Lily' into hotfix-1.7.3 Jinhao 2020-04-07 05:56:45 +08:00
  • bc7dc83473 Merge branch 'develop' of https://github.com/cnjinhao/nana into develop Jinhao 2020-04-07 05:51:10 +08:00
  • e1aedc69cc Merge branch 'wwriter-develop' into develop Jinhao 2020-04-07 05:48:21 +08:00
  • bdc64b2c8a fix arabic reshaping issues Jinhao 2020-04-01 05:11:55 +08:00
  • 78a6ad6344 fix issue that output of glyph pixel is wrong Jinhao 2020-03-27 07:35:58 +08:00
  • 419d615505 listbox::hovered now returns absolute position Jinhao 2020-03-27 07:28:48 +08:00
  • c9b9451443 add partial support of Arabic reshaping on Linux Jinhao 2020-03-26 01:41:32 +08:00
  • b46966bf02 fix rendering issue of RTL languages Jinhao 2020-03-24 22:20:04 +08:00
  • 48d54faeed fix textbox rendering issue Jinhao 2020-03-24 22:14:08 +08:00
  • 1597c62aa1 add supports of Hebrew and Arabic languages for unicode Jinhao 2020-03-24 22:10:35 +08:00
  • 2df8dd650f Initialise everything to make sure accel_key is constexpr. King_DuckZ 2020-03-22 12:50:49 +01:00
  • 60aaa5eb92 Use xdg-open if present, instead of guessing firefox. King_DuckZ 2020-03-21 18:53:52 +01:00
  • 91524c7f46 Remove unneeded includes, prefer cstring over string.h King_DuckZ 2020-03-21 17:55:09 +01:00
  • 3c471353a2 Replace some naked pointers with unique_ptr. King_DuckZ 2020-03-21 16:53:41 +01:00
  • 0771c1e084 fix a compilation error Jinhao 2020-03-16 13:15:05 +08:00
  • 25fe4506fd fix some GCC compilation issues Jinhao 2020-03-14 01:31:52 +08:00
  • e8668dbc52 fix place bug that splitter position drifts(#512) Jinhao 2020-03-13 10:09:55 +08:00
  • 8d5e5a0962 add support of RLE8 compressed BMP format(#515) Jinhao 2020-03-12 23:01:51 +08:00
  • fd524e9b5e Modify to include<stdexcept> wangli28 2020-03-03 13:10:07 +00:00
  • 67d4e4376a Added option to enable nana config mixael 2020-02-17 03:33:23 +03:00
  • b41e9ee913 Include<ostream> in datetime.cpp wangli28 2020-02-17 10:44:37 +00:00
  • 0cc491f113 fix comment typo Samuel 2020-02-13 22:20:43 +09:00
  • f26d3d0d6c fix issue that wrong caret position in textbox when moving up/down Jinhao 2020-02-13 15:01:19 +08:00
  • 75d760266a fix issue scrolling in nested_form causes freezing(#505) Jinhao 2020-02-13 11:56:35 +08:00
  • 360c72eaf0 Merge remote-tracking branch 'cnjinhao/develop' into develop qPCR4vir 2020-02-11 18:47:50 +01:00
  • 6156acf068 Merge branch 'develop' Jinhao 2020-02-11 06:13:58 +08:00
  • cfad078740 fix compiler error on VS2015 Jinhao 2020-02-11 06:13:10 +08:00
  • b72490f8b6 Merge branch 'develop' Jinhao 2020-02-11 05:57:19 +08:00
  • f9c0de9698 fix compiler error on VS2015 Jinhao 2020-02-11 05:49:56 +08:00
  • da295d8c47 update the nana version in CMakeLists to 1.7.3 Jinhao 2020-02-10 11:12:30 +08:00
  • 4090eb3d75 Merge branch 'hotfix-1.7.2' into develop Jinhao 2020-02-08 07:32:40 +08:00
  • 2c9f82979b Merge branch 'besh81-develop' into develop Jinhao 2020-02-08 07:31:40 +08:00
  • a6a2e54c40 Merge branch 'ErrorFlynn-hotfix-1.7' into hotfix-1.7.2 Jinhao 2020-02-08 07:28:45 +08:00
  • add0af843e added treebox use_entire_line mode besh81 2020-02-07 13:06:34 +01:00
  • fa659df705 Merge branch 'hotfix-1.7' of https://github.com/ErrorFlynn/nana into ErrorFlynn-hotfix-1.7 Jinhao 2020-02-06 01:34:42 +08:00
  • ec4e7cf33e Merge remote-tracking branch 'cnjinhao/develop' into develop qPCR4vir 2020-02-05 13:26:03 +01:00
  • 81c979dff0 move include (CheckIncludeFileCXX) qPCR4vir 2020-02-05 13:25:51 +01:00
  • ff7fca9311
    fix: submenu option items unresponsive to clicks ErrorFlynn 2020-02-03 02:49:20 -05:00
  • 1a91511d64 refactor Jinhao 2020-01-29 01:29:42 +08:00
  • 462aadcc26 hide treebox node expander if no visible children Jinhao 2020-01-28 23:29:10 +08:00
  • c7332129b0 Merge branch 'call-me-void-hide-treebox-items' into develop Jinhao 2020-01-28 17:18:41 +08:00
  • aa2bfaebaa treebox - allow treebox node to be hidden mixael 2020-01-23 01:24:19 +03:00
  • e4d152706e Merge branch 'hotfix-1.7.2' into develop Jinhao 2019-12-21 05:20:26 +08:00
  • e08a7a3531 add workaround of inline namespace for c++11 Jinhao 2019-12-21 05:18:28 +08:00
  • 0b94dc80ae Merge branch 'qPCR4vir-minor_change' into develop Jinhao 2019-12-14 06:02:02 +08:00
  • abf3952750 Merge branch 'minor_change' of https://github.com/qPCR4vir/nana into qPCR4vir-minor_change Jinhao 2019-12-14 01:27:08 +08:00
  • 25b5645d5a fix ctest: set correct working directory, and show output qPCR4vir 2019-12-12 13:02:47 +01:00
  • d6f2831c7b back to run "manually" - better output qPCR4vir 2019-12-12 12:47:14 +01:00
  • 2118500394 travis test with ctest qPCR4vir 2019-12-12 12:27:08 +01:00
  • c8535497b1 set back CMAKE_REQUIRED_FLAGS https://github.com/cnjinhao/nana/issues/497 qPCR4vir 2019-12-09 23:41:09 +01:00
  • 62e6d0dbe8 Merge branch 'qPCR4vir-minor_change' into develop Jinhao 2019-12-10 03:58:34 +08:00
  • f0fa70d51c explicit fs tests, no c++ separate test qPCR4vir 2019-12-08 18:32:47 +01:00
  • 538c91ebcf comments qPCR4vir 2019-12-08 11:34:01 +01:00
  • dd72ef8fbd Merge remote-tracking branch 'origin/minor_change' into minor_change qPCR4vir 2019-12-06 01:30:48 +01:00
  • f88224766d doxy comments, void form::div(std::string div_text); qPCR4vir 2019-12-06 01:27:58 +01:00
  • 3c4848d31a deprecated example qPCR4vir 2019-12-05 15:10:36 +01:00
  • 357e8ccd73 travis run calculator 2+2=4 !! qPCR4vir 2019-12-05 14:28:40 +01:00
  • 5d147f6849 update travis run all? tests qPCR4vir 2019-12-05 13:54:23 +01:00
  • 08a1aba801 update travis just align qPCR4vir 2019-12-05 13:53:18 +01:00
  • 55c9ce790d update travis qPCR4vir 2019-12-05 13:17:20 +01:00
  • 514ebaf426 FIX #469, #492 ? qPCR4vir 2019-12-05 13:03:09 +01:00
  • 0345d503ba add parameter name qPCR4vir 2019-09-11 18:49:23 +02:00
  • d362f031dd listbox header: ignore auto_draw ?? qPCR4vir 2019-09-11 18:48:14 +02:00
  • dbf6a7eeba Merge branch 'hotfix-1.7.2' into develop Jinhao 2019-12-05 03:58:50 +08:00
  • 8911e2d76a Merge branch 'qPCR4vir-hotfix-1.7.2' into hotfix-1.7.2 Jinhao 2019-12-05 03:58:08 +08:00
  • 3d00b7c589 comments qPCR4vir 2019-12-03 02:24:25 +01:00
  • 4b7facebdf fix conditional compilations in filesystem qPCR4vir 2019-12-03 19:10:07 +01:00
  • 2fd8b28d4e update Readme qPCR4vir 2019-12-03 19:09:36 +01:00