351 Commits

Author SHA1 Message Date
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
qPCR4vir
5a34e430f0 re-fix: Scroll don't get trigged in secondary monitor: no scroll in texbox, trebox, listbox, etc.
it was lost in commit: ed462870e0a60e1e41b2de08885387633cb66fcf
2015-04-21 14:24:32 +02:00
beru
c446c860de fixes #4 2015-04-19 23:49:27 +09:00
beru
3ffbf62958 fixes #14 2015-04-18 13:52:53 +09:00
Jinhao
f11e5efe80 fix the issue of restoring focus(#37) 2015-04-15 22:36:24 +08:00
Jinhao
53c36b7363 fix mask textbox highlight with mask 2015-04-13 23:41:42 +08:00
Jinhao
4c49f64685 Merge branch 'qqiangwu-develop' into develop 2015-04-13 00:40:22 +08:00
Jinhao
d521e9829b Merge branch 'develop' of https://github.com/qqiangwu/nana into qqiangwu-develop
Conflicts:
	include/nana/deploy.hpp
	source/deploy.cpp
2015-04-13 00:38:08 +08:00
Jinhao
6ba23bb6c3 add header_width() methods for getting/setting header width. 2015-04-12 23:28:48 +08:00
Jinhao
e84b5ff78a code reviews 2015-04-12 23:26:27 +08:00
qqiangwu
100283d43e minor fix 2015-04-12 12:05:59 +08:00
qqiangwu
79ec3c927d eliminate macro redefine error when used in biicode 2015-04-12 11:40:58 +08:00
Jinhao
ed462870e0 update contributor info 2015-04-12 03:31:07 +08:00
qqiangwu
9c3f53eab8 modify readme and fix(maybe?) the curious thread support problem 2015-04-12 00:59:49 +08:00
Jinhao
2e7b0ebc89 Merge branch 'qPCR4vir-hotfixes-1.0.1' into hotfixes-1.0.1 2015-04-11 11:23:12 +08:00
qPCR4vir
a72d7b0ce7 cleaning 2015-04-10 15:01:39 +02:00
qPCR4vir
65c9b35455 fix: Scroll don't get trigged in secondary monitor: no scroll in texbox, trebox, listbox, etc. 2015-04-10 10:54:31 +02:00
Jinhao
2f50642114 Merge branch 'beru-hotfixes-1.0.1' into hotfixes-1.0.1 2015-04-10 01:22:04 +08:00
Jinhao
2254ec5832 Merge branch 'hotfixes-1.0.1' of https://github.com/beru/nana into beru-hotfixes-1.0.1 2015-04-10 01:21:46 +08:00
Jinhao
4e741c7ebb minor changes 2015-04-10 01:18:32 +08:00
Jinhao
71d79d8dde Merge branch 'qqiangwu-develop' into develop 2015-04-10 00:57:41 +08:00
Jinhao
ba918a33ba Merge branch 'qPCR4vir-hotfixes-1.0.1' into hotfixes-1.0.1 2015-04-10 00:51:01 +08:00
Jinhao
2682eff4e9 Merge branch 'hotfixes-1.0.1' of https://github.com/qPCR4vir/nana into qPCR4vir-hotfixes-1.0.1 2015-04-10 00:50:41 +08:00
Jinhao
0ebf3dfacb fix false alarm of event memory leak
remove the unnecessary event leak check
2015-04-10 00:44:49 +08:00
qPCR4vir
0fee5da0a8 fix wrong positions of menu and tooltip in secondary monitor 2015-04-09 00:50:44 +02:00
qqiangwu
86d675fa85 fix mingw compilation error 2015-04-05 22:07:57 +08:00
beru
551fa896e7 fixed line encoding 2015-04-05 19:57:40 +09:00
beru
76a2324b55 enable MultiProcessorCompilation to decrease build time 2015-04-05 19:37:20 +09:00
Jinhao
c143ba6816 Merge branch 'Pr0curo-hotfixes-1.0.1' into hotfixes-1.0.1 2015-04-03 23:58:26 +08:00
Jan
5060c8bab5 fixing lookup error from gcc/mingw 2015-04-02 21:14:25 +02:00
Jinhao
34e2c6b143 fix issues of textbox and filebox
no refresh when calling textbox line_wrapped
add filebox overwrite prompt for saving file
the first non-* filter to be set default extentsion for filebox
2015-03-31 06:08:43 +08:00
Jinhao
dcead38544 fix wrong positions of menu and tooltip
caused by implicit int to unsigned type conversion when a screen starts a
neg point
2015-03-30 21:42:22 +08:00