besh81
5422c43002
toolbar : added toggle button
...
Following functions/methods have been add both to toolbar and item_proxy:
bool istoggle() const; ///< Returns true if the tool style is toggle.
bool toggle() const; ///< Gets the tool toggle state (only if tool style is toggle).
item_proxy& toggle(bool toggle_state); ///< Sets the tool toggle state (only if tool style is toggle).
std::string toggle_group() const; ///< Returns the toggle group associated with the tool (only if tool style is toggle).
item_proxy& toggle_group(const ::std::string& group); ///< Adds the tool to a toggle group (only if tool style is toggle).
2019-05-08 18:11:21 +02:00
Jinhao
b9ab3f8a4f
remove deprecated code
2019-04-22 05:51:56 +08:00
Jinhao
a08e274088
Merge branch 'hotfix-1.7' into develop
2019-04-22 01:08:49 +08:00
Jinhao
ac9cb8e589
add a member type item_interface to float_listbox::item_renderer
2019-04-22 01:07:15 +08:00
Jinhao
5320ead6bd
add treebox.horvered method
2019-04-19 04:40:49 +08:00
Jinhao
8b2dc1eddd
fix missing fs.weakly_canonical for c++11/14
2019-04-19 04:38:30 +08:00
Jinhao
9e91bd0160
recover the behavior of treebox path which starts with separater( #422 )
2019-04-19 02:07:47 +08:00
Jinhao
f274ff4c4c
Merge branch 'develop' of https://github.com/beru/nana into beru-develop
2019-04-16 23:39:40 +08:00
Jinhao
fd120c6425
Merge branch 'hotfix-1.7' into develop
2019-04-16 04:01:44 +08:00
Jinhao
5335bb841f
add on_clicked and on_checked for radio_group
2019-04-16 03:59:51 +08:00
Jinhao
f697f4c338
uses std::chrono
2019-04-16 03:54:16 +08:00
beru
a596c7f64e
fix typos
2019-04-14 14:49:01 +09:00
Jinhao
cff318d182
enhance the performance of nana
2019-04-13 00:03:40 +08:00
rbrugo
fbe04436d4
deprecated use of unsigned overloadings for functions in class timer
2019-04-09 23:48:14 +02:00
Jinhao
8092b21baa
Merge branch 'master' of https://github.com/rbrugo/nana into rbrugo-master
2019-04-10 01:26:13 +08:00
rbrugo
ed540afc81
timer constructor accepts unsigned int and std::chrono::durations as initial interval
2019-04-08 17:34:47 +02:00
rbrugo
1cbc153a3e
timer::interval now supports std::chrono
2019-04-08 17:15:54 +02:00
Jinhao
a4c3784efe
fix bug that wd.find_window unexpectedly returns
...
wd.find_window unexpectedly returns a wrong handle if captured window
ignores children windows.
2019-04-03 23:59:12 +08:00
beru
e4e0003c3b
fix typo
2019-03-23 18:23:38 +09:00
beru
3160b8a204
fix misspellings
2019-03-23 18:18:52 +09:00
beru
e39158f72f
fix wrongly spelt word : overrided -> overridden
2019-03-23 17:28:33 +09:00
Jinhao
01b7f6ff09
add lexically_normal and weakly_canonical to nana.fs
2019-03-22 06:11:24 +08:00
Vina Rodriguez
ea3082239b
implement filesystem path stem() in nana
2019-03-19 20:04:31 +01:00
Jinhao
0d96fcc097
refactoring general events
2019-03-09 18:12:47 +08:00
Jinhao
2abae1dd68
refactoring
2019-03-08 06:11:21 +08:00
Jinhao
0a3fb34e09
use std::filesystem::path instead of std::string
2019-03-07 01:10:02 +08:00
Jinhao
92ae306994
small change
2019-03-05 03:37:01 +08:00
Jinhao
f137f751c0
refactor arg_dropfiles with std::filesystem::path
2019-03-03 07:07:58 +08:00
Jinhao
71f57bbf92
refactor filebox and folderbox
2019-02-28 07:38:13 +08:00
Jinhao
29cee29f5f
refactor folderbox and filebox
2019-02-26 04:24:40 +08:00
Jinhao
bf27549beb
fix nana filesystem
2019-02-23 00:52:21 +08:00
Jinhao
240fb82ab3
remove deprecated code
2019-02-20 23:04:03 +08:00
Jinhao
e89ee5d18b
some improvements
...
improved resizing performance
removed frame widget
refactoring
2019-02-16 00:55:02 +08:00
Jinhao
bbc39906c0
remove deprecated code and debug code
2019-02-15 06:27:17 +08:00
Jinhao
9f1d015355
Merge branch 'develop' into develop-1.7
2019-02-10 07:15:32 +08:00
Jinhao
7f12b76e08
Merge branch 'hotfix-1.6.2' into develop-1.7
2019-02-02 00:26:52 +08:00
Jinhao
fb8ade6557
some modifications to #357 and #383
2019-01-31 07:08:45 +08:00
Jinhao
8a020dbc88
Merge branch 'develop-1.7' of https://github.com/besh81/nana into besh81-develop-1.7
2019-01-29 04:30:13 +08:00
Jinhao
f63cfce5cd
Merge branch 'resort_column_range' of https://github.com/qPCR4vir/nana into qPCR4vir-resort_column_range
2019-01-27 23:45:46 +08:00
Jinhao
b0201a5c23
Multiple file selection with filebox on Linux
...
based on beru's PR(#349 )
2019-01-27 06:19:18 +08:00
Jinhao
e057724f98
new method is_single_enabled for listbox
2019-01-21 23:51:45 +08:00
besh81
91dfaa5d7e
added treebox scheme
2019-01-21 11:37:35 +01:00
besh81
a71e02b5f2
adding treebox scheme
2019-01-19 15:04:19 +01:00
Jinhao
bd472a8c46
Merge branch 'filebox_allow_multi_select' of https://github.com/beru/nana into beru-filebox_allow_multi_select
2019-01-18 00:54:01 +08:00
James Bremner
26c28ae4be
Slider value handles -ve values by clipping to zero
...
see http://nanapro.org/en-us/forum/index.php?u=/topic/1092/ggslider-value-range
2019-01-16 16:43:05 -05:00
James Bremner
02d082959f
Merge branch 'hotfix-1.6.2' of https://github.com/cnjinhao/nana into hotfix-1.6.2
2019-01-16 16:38:20 -05:00
Jinhao
e963c29646
fix crash occurs when switch between radio button to checkbox( #375 )
2019-01-04 21:58:48 +08:00
Jinhao
88294ed9fb
Merge branch 'hotfix-1.6.2' into develop-1.7
2018-12-29 07:18:03 +08:00
Jinhao
345d65f6c9
add caption background mode for group
2018-12-29 07:08:49 +08:00
Jinhao
bed829fa26
fix bug that line alorithm wrongly draws a line when fade_rate is zero
2018-12-29 06:38:46 +08:00