Jinhao
e449cd5a24
fix a weird behavior of textbox( #52 )
...
and some other GCC compiling errors
2015-05-03 16:59:22 +08:00
Jinhao
e03adc2a34
Merge branch 'qPCR4vir-hotfixes' into hotfixes-1.0.1
2015-05-02 03:11:19 +08:00
Jinhao
706b923c9b
Merge branch 'hotfixes' of https://github.com/qPCR4vir/nana into qPCR4vir-hotfixes
2015-05-02 03:10:54 +08:00
Jinhao
cd6b7bfcf6
Merge branch 'beru-hotfixes-1.0.1' into hotfixes-1.0.1
2015-05-02 03:07:39 +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
815859f722
Merge branch 'beru-listbox_sortable' into hotfixes-1.0.1
2015-05-02 03:04:49 +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
Jinhao
e2992645db
Merge branch 'beru-clipboard_set_bitmap' into hotfixes-1.0.1
2015-05-02 02:50:30 +08:00
Jinhao
789501db40
Merge branch 'clipboard_set_bitmap' of https://github.com/beru/nana into beru-clipboard_set_bitmap
2015-05-02 02:49:57 +08:00
Jinhao
0267367f3f
fix menu ESC issues
2015-05-02 02:25:04 +08:00
Jinhao
e720866a94
refactor class place
2015-05-01 18:01:32 +08:00
Jinhao
99564a9161
refactor functions
2015-05-01 16:45:05 +08:00
Jinhao
4154c8e132
rename API::is_focus_window to API::is_focus_ready
2015-05-01 16:36:12 +08:00
Jinhao
a64354900c
fix a crash that caused by double-delete of a event handler
2015-05-01 16:29:51 +08:00
qPCR4vir
c6df0c4293
FIX: a draw problem with item in listbox
2015-04-29 23:05:57 +02:00
qPCR4vir
97db67b2a4
FIX: a crash when clear an empty listbox
2015-04-29 12:46:37 +02:00
qPCR4vir
4fcd2edd54
FIX: crash when clear an ordered listbox
2015-04-29 12:46:16 +02: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
beru
575de13cc4
add nana::system::dataexch::set(const nana::paint::graphics& g) method
2015-04-26 15:40:58 +09:00
qPCR4vir
585732a497
simpler code
2015-04-26 02:32:46 +02:00
qPCR4vir
83fa73d11f
listbox select all
...
Now the programs user can "export" the whole list just by pressing ctrl+A-C and pasting into another application, like LibreOffice Calc, Excel, an editor, etc
2015-04-25 22:57:19 +02:00
qPCR4vir
ee744db1c5
Merge remote-tracking branch 'nana_jinhao/hotfixes-1.0.1' into hotfixes
2015-04-25 22:38:35 +02:00
qPCR4vir
db0591a5db
allow programmatically export an arbitrary set of columns
2015-04-25 21:42:15 +02:00
qPCR4vir
49378469ab
copy base on def export options
2015-04-25 21:42:01 +02:00
qPCR4vir
7fcd38816b
to string take (uses) export options
2015-04-25 21:41:48 +02:00
qPCR4vir
2767fa75ca
listbox have def_export_options();
2015-04-25 21:41:38 +02:00
qPCR4vir
8fdbb0bf44
item to string in column order
2015-04-25 21:41:26 +02:00
qPCR4vir
01d212f59a
columns_indexs all_headers( only_visibles)
2015-04-25 21:41:15 +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
qPCR4vir
063968a803
working on listbox export to string CSV: listbox, header, dummy list
2015-04-25 10:27:31 +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
0d736db479
FIX: PageDown select last item in page not first
2015-04-24 17:25:27 +02:00
qPCR4vir
8d0e48bd1e
FIX: Listbox doesn't handle Home, End. OK in windows
2015-04-24 16:47:03 +02:00
Jinhao
458c6b1d3c
Merge branch 'qPCR4vir-hotfixes' into hotfixes-1.0.1
2015-04-23 23:22:04 +08:00
Jinhao
83ce805d4f
Merge branch 'hotfixes' of https://github.com/qPCR4vir/nana into qPCR4vir-hotfixes
2015-04-23 23:21:26 +08:00
Jinhao
1214c4ed47
Merge branch 'qPCR4vir-hotfixes-1.0.1' into hotfixes-1.0.1
2015-04-23 23:18:00 +08:00
Jinhao
9e6cc23b0b
Merge branch 'hotfixes-1.0.1' of https://github.com/qPCR4vir/nana into qPCR4vir-hotfixes-1.0.1
2015-04-23 23:17:09 +08: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
Jinhao
535ef19977
fix shift+tab issue
2015-04-23 02:49:05 +08:00
qPCR4vir
2e64670912
Merge remote-tracking branch 'nana_jinhao/hotfixes-1.0.1' into hotfixes-1.0.1
2015-04-21 18:37:09 +02:00
Jinhao
b053df5fec
Merge branch 'beru-hotfixes-1.0.1' into hotfixes-1.0.1
2015-04-22 00:08:19 +08:00
Jinhao
95701e6b73
Merge branch 'tabstop_shift' of https://github.com/beru/nana into beru-hotfixes-1.0.1
2015-04-22 00:07:54 +08:00
Jinhao
3e41a1e3d2
Merge branch 'beru-hotfixes-1.0.1' into hotfixes-1.0.1
2015-04-22 00:02:20 +08:00
Jinhao
281fea01d1
Merge branch 'hotfixes-1.0.1' of https://github.com/beru/nana into beru-hotfixes-1.0.1
...
Conflicts:
source/gui/widgets/menubar.cpp
2015-04-22 00:01:29 +08:00
qPCR4vir
356ee07884
Merge remote-tracking branch 'nana_jinhao/hotfixes-1.0.1' into hotfixes-1.0.1
2015-04-21 17:28:53 +02:00
Jinhao
3c4f8ae6d9
fix menubar behavior issue
...
no key_press and key_release after destroying caret under X11
missing some key_press events
menu text color issue
2015-04-21 22:33:18 +08:00