44 Commits

Author SHA1 Message Date
Jinhao
043ebad317 fix some compiler errors and warnings 2016-10-31 06:36:03 +08:00
Jinhao
b1ce0eaff2 Merge branch 'hotfix-1.4.1' into develop 2016-10-31 06:21:41 +08:00
Jinhao
445f0ed6de fix issue of menu item_proxy 2016-10-31 04:33:42 +08:00
Jinhao
47b2234932 fix wrong pr number. 2016-10-16 07:11:40 +08:00
Jinhao
57aa0498b3 some modifications for pr(#154)
update contributor info
2016-10-16 07:07:44 +08:00
dankan1890
d7b7a4d45f listbox:
Added header_fgcolor and item_highlighted to color scheme.
menu:
Added change_text function.
2016-10-14 01:14:55 +02:00
Jinhao
eed3ffd5b6 Merge branch 'hotfix-1.4' into develop 2016-08-11 02:27:45 +08:00
Jinhao
9b28c96e9b code refine 2016-08-11 02:26:47 +08:00
Jinhao
6e86b6ae6c refine code
fix bug that listbox may throw std::runtime when the modal is enabled
fix bug that textbox attachs a wrong event angent
2016-08-10 01:46:13 +08:00
dankan1890
6fbc4a7988 Fixed the behavior of disabled items in the menus when scrolling with the arrows keys. 2016-08-01 03:20:07 +02:00
Jinhao
34cca34773 fix the behaviour of clicking menu disabled item 2016-07-26 07:32:50 +08:00
Jinhao
8c7051566c optimize binary size 2016-07-01 23:43:48 +08:00
Jinhao
2f9056cc7a Merge branch 'hotfix-1.3' into develop 2016-06-10 17:08:48 +08:00
Jinhao
a30eef53ec fix bug that menu_popuper doesn't popup a menu 2016-05-12 23:34:40 +08:00
Jinhao
116787072f Merge branch 'hotfix-1.3' into develop 2016-04-18 15:16:03 +08:00
Jinhao
42990b8670 move lazy_refresh() from namespace API to API::dev 2016-04-17 17:46:19 +08:00
Jinhao
6a5623f098 fix menu shortkey underline issue 2016-04-15 20:38:35 +08:00
Jinhao
397096f60e add contribution information 2016-01-31 22:38:39 +08:00
Jinhao
780805484e Merge branch 'hotfix-1.2.2' into develop 2016-01-31 22:07:08 +08:00
kmribti
90b8e23674 Fix for menu images
Stretch menu image (icons) only when don't fit, center it otherwise.
2016-01-23 18:50:02 +01:00
Jinhao
a2a7d1fc37 remove deprecated components 2016-01-03 17:50:10 +08:00
Jinhao
0bb7c788d5 Merge branch 'develop' into prepare-utf8 2016-01-03 14:18:03 +08:00
Jinhao
a42ebe19b4 use UTF-8 for string representation 2015-12-31 01:09:52 +08:00
Jinhao
48254b6555 use UTF-8 for string representation 2015-12-29 01:26:19 +08:00
Jinhao
3856543daf fix wrong position of sub menu 2015-12-22 23:47:56 +08:00
Jinhao
c86a00bea5 remove macro STR 2015-11-29 22:38:22 +08:00
Jinhao
12358a5dc0 change some APIs for accepting utf8 2015-11-27 01:54:26 +08:00
Jinhao
42443dcafd remove paint::gadget 2015-08-20 01:09:29 +08:00
Jinhao
396163c1b7 fix mouse left button issues due to breaking changes 2015-07-28 00:00:15 +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
c245ae8296 fix menu behavioral issues and a menubar delay_restore issue
don't delay_restore when arrow keys is pressed
2015-06-29 07:31:51 +08:00
Jinhao
e479689946 fix a crash error which is caused by the focus of submenu(#65) 2015-06-25 01:32:54 +08:00
Jinhao
331f19e679 fix menu image issue 2015-06-02 03:44:35 +08:00
Jinhao
99564a9161 refactor functions 2015-05-01 16:45:05 +08: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
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
Jinhao
e4382239e5 refactor the class screen 2015-03-22 11:19:27 +08:00
cnjinhao
38552b855b make all internal event handlers unignorable 2015-02-04 01:34:50 +08:00
cnjinhao
0597d895b4 gadget::arrow_16_pixels is replaced with element arrow 2015-01-19 17:44:18 +08:00
cnjinhao
b827e0aa82 multiple display monitors support
Added a new class screen
2015-01-02 13:25:46 +08:00
cnjinhao
ad7c36be3f Renamed expr_color to color 2014-12-24 02:07:39 +08:00
cnjinhao
42788db077 Breaking changes for expr_color
expr_color is a temporary class name for new color type experiment.
2014-12-17 11:20:47 +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