beru
|
a596c7f64e
|
fix typos
|
2019-04-14 14:49:01 +09:00 |
|
Jinhao
|
aac9ef525a
|
fix crash when close owner window
window position issue makes popup menu at wrong position
|
2018-09-11 07:34:25 +08:00 |
|
Jinhao
|
81d667dbd7
|
using C++17 emplace return type
|
2018-08-27 06:51:20 +08:00 |
|
besh81
|
dc23624ee6
|
Add listbox::clear_headers() and menubar::clear()
Added listbox::clear_headers() to remove all the columns from the listbox
Added menubar::clear() to remove all the items from menubar
|
2018-02-23 16:14:10 +01:00 |
|
Jinhao
|
13761be5e9
|
fix crash where a menubar popups a menu and exits by shortcut(#261)
|
2017-09-23 07:33:31 +08:00 |
|
Jinhao
|
166abe52f3
|
fix some compiler warnings
|
2017-09-06 00:22:00 +08:00 |
|
Jinhao
|
dd5bb86514
|
refactor menubar
|
2017-09-05 04:57:35 +08:00 |
|
Jinhao
|
fba4097851
|
refactor menubar
|
2017-08-31 02:57:34 +08:00 |
|
Jinhao
|
64899a3d6a
|
add functions to menubar for auto-close when mouse leave
|
2017-08-28 21:09:04 +08:00 |
|
Jinhao
|
ec9ec611b4
|
refactor drawing of shortkey underline
|
2017-08-27 10:32:56 +08:00 |
|
Jinhao
|
4e425d1d8d
|
fix crash where menubar hotkey isn't an ASCII character
|
2017-08-22 07:48:37 +08:00 |
|
Jinhao
|
0b4dc1904b
|
fix compiler errors/warnings for clang 5.0
|
2017-06-11 11:33:52 +08:00 |
|
Jinhao
|
4e9646cf64
|
unify semantics of the blend methods
|
2017-04-15 11:30:16 +08:00 |
|
dankan1890
|
565b612ea7
|
Added colors scheme.
|
2016-11-04 00:21:34 +01:00 |
|
Jinhao
|
445f0ed6de
|
fix issue of menu item_proxy
|
2016-10-31 04:33:42 +08:00 |
|
Jinhao
|
560798a9cb
|
Merge branch 'develop_2' of https://github.com/dankan1890/nana into dankan1890-develop_2
|
2016-08-23 07:50:10 +08:00 |
|
Jinhao
|
d66c4bafce
|
code refine
|
2016-08-17 07:27:41 +08:00 |
|
dankan1890
|
236ba4356e
|
Removed some useless static_cast.
|
2016-08-15 00:07:55 +02:00 |
|
Jinhao
|
9b28c96e9b
|
code refine
|
2016-08-11 02:26:47 +08:00 |
|
Jinhao
|
8c7051566c
|
optimize binary size
|
2016-07-01 23:43:48 +08:00 |
|
Jinhao
|
42990b8670
|
move lazy_refresh() from namespace API to API::dev
|
2016-04-17 17:46:19 +08:00 |
|
Jinhao
|
a2a7d1fc37
|
remove deprecated components
|
2016-01-03 17:50:10 +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
|
fb3b1d51d4
|
code review
|
2015-10-22 00:02:27 +08:00 |
|
Jinhao
|
0e5c88f121
|
code review
|
2015-07-24 00:44:35 +08:00 |
|
Jinhao
|
0267367f3f
|
fix menu ESC issues
|
2015-05-02 02:25:04 +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 |
|
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 |
|
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
|
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 |
|
cnjinhao
|
4bc00f3517
|
Merge branch 'hotfixes' into develop
Conflicts:
include/nana/detail/linux_X11/platform_spec.hpp
source/detail/linux_X11/platform_spec.cpp
source/paint/detail/native_paint_interface.cpp
|
2015-01-02 23:54:55 +08:00 |
|
cnjinhao
|
3ba765ea68
|
fixed menubar width issue
the width of menubar is not changed when its parent window is resized
|
2015-01-02 13:55:34 +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
|
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
|
d0a317bd45
|
first init of 0.9
|
2014-12-11 03:32:35 +08:00 |
|