Jinhao
bbc39906c0
remove deprecated code and debug code
2019-02-15 06:27:17 +08:00
besh81
56065bb2b8
fixed listbox scheme.header_padding_top use
2019-02-06 11:35:33 +01:00
Jinhao
85c2bdbd75
small changes
2019-02-02 00:31:56 +08:00
Jinhao
fb8ade6557
some modifications to #357 and #383
2019-01-31 07:08:45 +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
3e9b08c0cc
fix issue that reverse box selection works incorrectly
...
new bug from develop-1.7
2019-01-27 06:14:21 +08:00
Jinhao
e057724f98
new method is_single_enabled for listbox
2019-01-21 23:51:45 +08:00
Jinhao
5935ce2036
fix bug that listbox item automatically deselected
...
item automatically are deselected when release mouse after mouse
selection(develop-1.7)
2019-01-19 03:09:52 +08:00
Ariel Vina-Rodriguez
9a52336645
typos
2019-01-18 11:09:16 +01:00
Jinhao
186b76e765
improve filebox appearance on Linux
2018-12-13 06:43:11 +08:00
Jinhao
c09e7b7ba6
improve nana.filesystem
2018-12-10 07:22:16 +08:00
Jinhao
54cfd3075d
add methods for listbox visible range
2018-12-02 06:44:11 +08:00
qPCR4vir
201e13d687
update
2018-11-13 19:42:46 +01:00
qPCR4vir
c0de9ee460
listbox::reorder_columns implemented by move_column
2018-11-13 19:05:19 +01:00
qPCR4vir
e4b60148e7
listbox::move_column implemented by new es_header::move_to_view_pos ()
2018-11-13 19:01:20 +01:00
Jinhao
b3eacfddd0
add column_resizable and column_movable to listbox
2018-11-07 06:18:56 +08:00
Jinhao
ee419c8885
refactoring of listbox
2018-11-05 01:33:36 +08:00
Jinhao
b87d17cac1
bug fix and improvement of listbox
2018-11-04 13:50:12 +08:00
Jinhao
91675cb32d
improve listbox methods
...
listbox::hovered() and listbox::insert_item()
2018-11-01 06:37:26 +08:00
Jinhao
943a9e444d
init dragdrop
...
contains a new class simple_dragdrop and changes of listbox for dragdrop
2018-10-09 03:56:50 +08:00
Jinhao
852aa698ed
Merge branch 'hotfix-1.6.1' into develop
2018-08-28 07:36:51 +08:00
Jinhao
81d667dbd7
using C++17 emplace return type
2018-08-27 06:51:20 +08:00
Jinhao
52d814673b
Merge branch 'hotfix-1.6.1' into develop
2018-08-19 15:24:05 +08:00
Jinhao
04e57771a4
eliminate GCC warings when -Wimplicit-fallthrough is enabled
2018-08-10 23:35:11 +08:00
Jinhao
df5fda9096
fix listbox thread-safe issue( #329 )
2018-07-28 09:34:08 +08:00
Jinhao
fa24b280c5
fix bug that listbox hovered is not working( #328 )
2018-07-24 08:49:32 +08:00
Jinhao
fa45d7a252
fix bug that listbox unexpected sort is performed
2018-07-20 06:51:13 +08:00
Jinhao
6add8868da
nana::listbox::scroll not scrolling to correct location( #322 )
2018-07-04 21:47:47 +08:00
Jinhao
56a9647d56
use std::string_view
2018-07-02 04:31:41 +08:00
Jinhao
b5a9374f8f
fix bug that listbox fit_content may not work
2018-06-20 00:40:22 +08:00
Jinhao
094830b8a7
fix a bug that listbox may not be drawn( #317 )
...
it doesn't draw if the first column is wider than the width of listbox
2018-06-13 23:18:25 +08:00
Jinhao
0c7e8a8ca2
add scroll_operation_interface
2018-04-21 03:49:15 +08:00
Jinhao
2cf374705f
Merge branch 'hotfix-1.5.6' into develop
2018-04-12 15:49:30 +08:00
Jinhao
9370f13a1b
fix crash occurs when listbox is selecting item after pressing shift( #312 )
2018-04-12 12:46:52 +08:00
Jinhao
794367f8f6
small improvements
2018-04-12 10:47:06 +08:00
Jinhao
3de91cb9a2
small improvements
2018-04-09 17:47:48 +08:00
Yuchen Deng
1a9d84e88a
Fix compilation warning
2018-04-08 21:43:35 +08:00
besh81
4c200e68a5
Added listbox::clear_headers() and menubar::clear()
...
Added listbox::clear_headers() to remove all the columns (included categories and items) from the listbox
Added menubar::clear() to remove all the items from menubar
2018-02-26 15:45:31 +01:00
besh81
dc23624ee6
Add listbox::clear_headers() and menubar::clear()
...
Added listbox::clear_headers() to remove all the columns from the listbox
Added menubar::clear() to remove all the items from menubar
2018-02-23 16:14:10 +01:00
Jinhao
cf536994cd
listbox scroll into view
2018-02-11 17:53:07 +08:00
Jinhao
2df5a506f5
Merge branch 'hotfix-1.5.6' into feature-listbox
2018-02-10 14:59:28 +08:00
Jinhao
176d9e5dd9
fix bug that inline widgets aren't closed when lsitbox clears
2018-02-10 07:28:54 +08:00
Jinhao
0d6e9e042b
fix bug that listbox select behaves unexpectedly
...
it select last item of a category in single selection mode if category is
clicked
2018-02-04 10:46:29 +08:00
Jinhao
f21bbd5deb
fix bug that listbox incorrectly performs scroll_down/up
2018-02-03 06:40:10 +08:00
Jinhao
49437053b6
Merge branch 'hotfix-1.5.6' into feature-listbox
2018-01-29 17:20:55 +08:00
Jinhao
e1c5fcdb0a
enhance performance of setting model for a listbox
2018-01-28 11:21:45 +08:00
Jinhao
08077a9845
fix bug that wrong listbox selection after sorting
2018-01-13 13:08:43 +08:00
Jinhao
196d0bf351
Merge branch 'hotfix-1.5.6' into feature-listbox
2018-01-07 04:20:52 +08:00
Jinhao
5653bd2416
fix crash where listbox::item_proxy==str
2017-12-13 06:28:12 +08:00
Jinhao
dddd704786
Merge branch 'hotfix-1.5.5' into feature-listbox
2017-11-22 03:54:49 +08:00