89 Commits

Author SHA1 Message Date
Jinhao
573a5bee86 code review 2015-10-07 18:01:46 +08:00
Jinhao
c6f13c1748 Merge branch 'hotfix-1.1.3' into develop 2015-10-07 03:15:03 +08:00
Jinhao
4cfe366758 code review of listbox 2015-10-01 02:51:30 +08:00
Jinhao
8dcd730715 improve dockpane caption 2015-09-21 23:43:00 +08:00
Jinhao
16c93537c9 code review 2015-08-23 03:42:11 +08:00
Jinhao
b1ed1f0452 Merge branch 'hotfixes-1.0.2' into develop
Conflicts:
	include/nana/gui/detail/basic_window.hpp
	include/nana/gui/widgets/listbox.hpp
	source/gui/detail/linux_X11/bedrock.cpp
	source/gui/detail/win32/bedrock.cpp
	source/gui/detail/window_layout.cpp
	source/gui/detail/window_manager.cpp
	source/gui/widgets/listbox.cpp
	source/gui/widgets/toolbar.cpp
2015-07-11 13:35:22 +08:00
Jinhao
1bb9a09a8a develop inline widgets for listbox 2015-06-21 04:44:49 +08:00
Jinhao
1822fafd79 construct the inline widget for listbox 2015-06-14 21:48:35 +08:00
Jinhao
331f19e679 fix menu image issue 2015-06-02 03:44:35 +08:00
qPCR4vir
e696fff779 implement double click to auto resize a column in listbox 2015-05-08 00:35:53 +02:00
qPCR4vir
371633f23f listbox auto_width set the column width to fit the current longest text 2015-05-08 00:35:43 +02:00
qPCR4vir
444449dfaa let listbox append_header return the pos of the new header 2015-05-08 00:35:32 +02:00
qPCR4vir
df22696e25 comments... 2015-05-08 00:35:18 +02:00
qPCR4vir
6fd15140a9 introduce cat_proxy::select(bool sel) 2015-05-05 14:56:36 +02:00
qPCR4vir
d4d1a79af8 FIX: a +1 error during navigation of listbox with categories 2015-05-05 14:02:58 +02:00
Jinhao
706b923c9b Merge branch 'hotfixes' of https://github.com/qPCR4vir/nana into qPCR4vir-hotfixes 2015-05-02 03:10:54 +08:00
Jinhao
4ecf3f24f9 Merge branch 'hotfixes-1.0.1' of https://github.com/beru/nana into beru-hotfixes-1.0.1 2015-05-02 03:07:21 +08:00
Jinhao
a596516d51 Merge branch 'listbox_sortable' of https://github.com/beru/nana into beru-listbox_sortable 2015-05-02 03:04:27 +08:00
qPCR4vir
611d295fc8 comment key use 2015-04-27 14:19:09 +02:00
qPCR4vir
4b4843bb7f fix necessary copy, add comments and code review 2015-04-27 01:00:55 +02:00
beru
77c039be42 add methods to get/set sortability of listbox 2015-04-27 06:18:28 +09:00
qPCR4vir
ee744db1c5 Merge remote-tracking branch 'nana_jinhao/hotfixes-1.0.1' into hotfixes 2015-04-25 22:38:35 +02:00
qPCR4vir
2767fa75ca listbox have def_export_options(); 2015-04-25 21:41:38 +02:00
qPCR4vir
26bca2cc08 listbox: introducing struct export options 2015-04-25 21:40:22 +02:00
Jinhao
f943673d3d update scroll.hpp 2015-04-26 00:50:28 +08:00
qPCR4vir
1fb363fb72 listbox override key_char to manage copy: Ctrl-C. 2015-04-25 10:27:59 +02:00
beru
c6c910af73 trivial fix for compiler warning
1>c:\libs\nana\include\nana\gui\widgets\listbox.hpp(251): warning C4018: '<' : signed/unsigned mismatch (..\form_do_you_even_lift.cpp)
1>          c:\projects\bro\form_do_you_even_lift.cpp(646) : see reference to function template instantiation 'nana::drawerbase::listbox::item_proxy &nana::drawerbase::listbox::item_proxy::resolve_from<Data>(const T &)' being compiled
1>          with
1>          [
1>              T=Data
1>          ]
2015-04-25 16:43:39 +09:00
qPCR4vir
c3bf16554c FIX: navigate ordered listbox with keyboard up/down, FEATURE: page up/down, and multi selection with shift + up/down
Comments and code review.
Original from branch page_scroll
unfortunately included code already merged by Jinhao (header_width, etc)
2015-04-23 00:32:47 +02:00
qPCR4vir
b7cd8d00a1 valid doxy-comments need to begin with /** 2015-03-13 08:39:49 +01:00
Jinhao
9fbe14e2de code reviews 2015-02-26 02:35:19 +08:00
cnjinhao
fd5ff571a7 get ready for Linux 2015-02-04 10:26:08 +08:00
cnjinhao
0dc50058cb improve listbox
add single selection
fix item display issue when it is checkable
2015-02-02 09:49:17 +08:00
cnjinhao
46f8182c50 add event stop_propagation 2015-02-01 17:12:19 +08:00
cnjinhao
5b025ccd20 Define widget_traits for combox/textbox/listbox 2015-01-16 17:03:47 +08:00
cnjinhao
039d63cf1f listbox.hpp modifications 2015-01-06 20:36:19 +08:00
cnjinhao
aa12254844 Added listbox color scheme 2014-12-30 06:28:23 +08:00
cnjinhao
ad7c36be3f Renamed expr_color to color 2014-12-24 02:07:39 +08:00
cnjinhao
74c09eb9b3 Defined a new color class
The new color class is temporarily named expr_color for experiment.
2014-12-14 10:15:19 +08:00
cnjinhao
d0a317bd45 first init of 0.9 2014-12-11 03:32:35 +08:00