62 Commits

Author SHA1 Message Date
qPCR4vir
feb26995da debug 2016-03-27 21:03:40 +02:00
qPCR4vir
e7b8e603e4 using geometric_scheme 2016-03-27 21:02:40 +02:00
qPCR4vir
5779b979f7 implement some geometrical parameters ?? 2016-03-26 16:32:45 +01:00
qPCR4vir
8ab30d7457 doxy docs 2016-03-26 16:25:56 +01:00
qPCR4vir
d2b08d0f26 Merge remote-tracking branch 'cnjinhao/hotfix-1.3' into hotfix-1.3 2016-03-18 22:25:43 +01:00
qPCR4vir
a580237e05 to retrieve a modifiable object from a list item 2016-03-18 16:50:44 +01:00
Jinhao
8ec21827a0 ignore warnings which are generated by -Weffc++ 2016-03-18 22:17:13 +08:00
Jinhao
397096f60e add contribution information 2016-01-31 22:38:39 +08:00
Jinhao
5a960ed88c a standard experimental class any 2016-01-25 23:56:05 +08:00
Jinhao
64d81143e6 Merge branch 'develop' of https://github.com/leobackes/nana into leobackes-develop 2016-01-24 12:05:54 +08:00
Jinhao
325961a277 remove utf8_cast functions 2016-01-22 00:46:10 +08:00
Leonardo Backes Vargas
4609bfc458 Merge cnjinhao/develop 2016-01-11 23:28:20 -02:00
Leonardo Backes Vargas
3f1991ba1a Implements double click event on items, allowing to block the category expansion change. 2016-01-11 23:23:22 -02:00
Jinhao
a42ebe19b4 use UTF-8 for string representation 2015-12-31 01:09:52 +08:00
Jinhao
112deadd16 elimiate nana::string for listbox 2015-12-10 00:24:31 +08:00
Jinhao
ed4d2af7dd add various overlodings for widget::caption() 2015-12-01 01:17:06 +08:00
Jinhao
c86a00bea5 remove macro STR 2015-11-29 22:38:22 +08:00
Jinhao
e3e861eec8 a modification for leobackes's pull request 2015-11-08 03:30:17 +08:00
Leonardo Backes Vargas
1c729f1d92 Fix listbox for auto_draw+inline_factory+item_proxy::value.
When calling templated append() overload on a shown listbox, auto_draw
caused an early redraw, which issued the inline widget set() member
function before the value() and value_ptr() were actually set.
2015-11-05 23:59:27 -02:00
Jinhao
408b4f408b add an overloading function of listbox::scroll
clicking horizontal barre moves "one letter"
2015-11-05 23:47:48 +08:00
Jinhao
0ddee51568 swap the position of listbox::scorll's two parameters 2015-11-05 00:43:27 +08:00
Jinhao
9844792c54 add a listbox::scroll() to scroll the view to the top or bottom 2015-11-04 01:21:35 +08:00
Jinhao
1b5aed2e5f code reviews 2015-10-13 01:38:53 +08:00
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