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
a55b94299c
change arg_click for holding mouse information( #89 )
2015-11-25 00:45:39 +08:00
Jinhao
a4258d3884
fix a selection text issue of text_editor with pressing shift
2015-11-16 01:20:59 +08:00
Jinhao
1e6360843e
fix input issues on Linux( #87 )
2015-11-16 00:38:03 +08:00
Jinhao
94c10c8fba
Merge branch 'macos' of https://github.com/BenjaminNavarro/nana into BenjaminNavarro-macos
2015-11-10 23:21:07 +08:00
Jinhao
4f988a2223
remove marco PLATFORM_SPEC_HPP
2015-11-08 23:35:38 +08:00
Jinhao
fb3b1d51d4
code review
2015-10-22 00:02:27 +08:00
Jinhao
a9983101ab
avoid double-copying a window while its parent is refreshing
2015-10-13 23:11:57 +08:00
Jinhao
1b5aed2e5f
code reviews
2015-10-13 01:38:53 +08:00
Benjamin Navarro
a09d5c3c95
Mac OS X support
2015-10-11 18:31:30 +02:00
Jinhao
460490040e
improve dockable place
...
add a new API::at_safe_place()
2015-09-20 23:21:44 +08:00
Jinhao
c4af5dafce
Merge branch 'hotfix-1.1.2' into feature-docker-place
2015-08-28 07:39:36 +08:00
Jinhao
549acf5aef
fix a bug that missed refresh in event handling
2015-08-27 23:06:03 +08:00
Jinhao
9384baace4
fix a crash caused by calling inner_widget_notifier's destroy twice
2015-08-27 01:40:18 +08:00
Jinhao
42443dcafd
remove paint::gadget
2015-08-20 01:09:29 +08:00
Jinhao
ff7a1f9510
fix a crash
...
a crash caused by a splitbar would be created by place when the window is
destorying; add some checks whether the parent is destorying in create
widget functions
2015-08-08 08:25:55 +08:00
Jinhao
71f7a9f8ac
update transparent background when the widget is moving
2015-08-06 02:05:15 +08:00
Jinhao
f4924ef2f8
add throw() for some functions
2015-08-03 01:37:36 +08:00
Jinhao
e0ee42d184
merge beru's changes
2015-08-02 03:33:43 +08:00
Jinhao
7d868f2377
Merge branch 'develop' of https://github.com/beru/nana into beru-develop
...
Conflicts:
source/gui/widgets/skeletons/text_editor.cpp
source/gui/widgets/textbox.cpp
source/paint/detail/image_bmp.hpp
source/paint/detail/image_ico.hpp
2015-08-01 22:08:06 +08:00
Jinhao
8490e05497
fix an issue that key_char may be missed
2015-07-30 01:13:14 +08:00
Jinhao
9cbaaf375b
fix mouse button issues
2015-07-29 00:55:53 +08:00
Jinhao
894e7e61c8
fix compiling errors by using GCC/Clang
2015-07-28 01:53:41 +08:00
Jinhao
e47d8504ea
fix an issue of button( #67 )
2015-07-22 01:05:52 +08:00
Jinhao
5bc1568f3e
change parameter type of click event from arg_mouse to arg_click
2015-07-21 01:14:23 +08:00
Jinhao
d8a964d8f0
remove deprecated code
2015-07-20 22:57:22 +08:00
Jinhao
628266adb4
fix arg_mouse issue( #67 )
2015-07-19 20:07:27 +08:00
Jinhao
be031e9b7f
modify group methods, fix a compiling-error
2015-07-17 01:41:03 +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
5f9a98c7bc
fix a caret issue when set focus to a invisible textbox( #62 )
2015-07-05 23:57:10 +08:00
Jinhao
08deeba096
fix missing edge_nimbus_effect issue
2015-07-05 23:38:24 +08:00
Jinhao
0d14620052
fix caret/keyboard issue( #62 )
...
pressing space on a button will trigger click event
2015-07-05 16:21:13 +08:00
Jinhao
37481a2065
fix ghost image( #62 )
2015-07-04 22:56:03 +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
8be566214c
fix a caret issue which happens when parent widget is hidden
2015-06-26 23:59:28 +08:00
Jinhao
d528b5c94d
fix an issue that caret doesn't move when moving the parent widget.
2015-06-23 00:11:47 +08:00
Jinhao
bdf928a9e8
fix an infinit loop issue when pressing tab key if all tabstop widgets are
...
invisible
2015-06-22 23:00:48 +08:00
Jinhao
28413b7f25
explicit conversion from point/size to rectangle
2015-06-22 11:30:14 +08:00
Jinhao
1bb9a09a8a
develop inline widgets for listbox
2015-06-21 04:44:49 +08:00
Jinhao
7dae086162
fix caret and tab switch on invisible widgets( #62 )
2015-06-15 22:31:03 +08:00
Jinhao
1822fafd79
construct the inline widget for listbox
2015-06-14 21:48:35 +08:00
Jinhao
e8ae11e208
fix a refreshing issue
...
bad refreshing when a lite_widget is destroying if the lite_widget's
parent is also a type of lite_widget
2015-06-10 06:53:58 +08:00
Jinhao
11d65763ce
fix a crash when the size of a label is empty and '\t' is contained
2015-05-29 00:09:47 +08:00
beru
ff198063ce
Merge branch 'develop' of https://github.com/cnjinhao/nana into develop
2015-05-25 02:49:28 +09:00
Jinhao
e04b0749e0
remove the internal signal manager of window_manager
2015-05-25 01:19:35 +08:00
beru
2776365fdf
Merge branch 'develop' of https://github.com/cnjinhao/nana into develop
2015-05-24 14:38:58 +09:00
beru
44553a02a6
change timing to set tabstop_focus_changed flag
2015-05-24 14:36:06 +09:00
Jinhao
ffe32e1bcb
remove focus_changed flag
2015-05-23 08:47:12 +08:00
Jinhao
8515fff8d0
stop changing focus when dbl clicks on form/panel background
2015-05-20 02:26:39 +08:00