Jinhao
a27a85d0c9
add listbox model feature
2016-04-09 04:13:22 +08:00
Jinhao
8ec21827a0
ignore warnings which are generated by -Weffc++
2016-03-18 22:17:13 +08:00
Jinhao
6b6b527007
eliminate -Wextra and -pedantic warnings
2016-03-15 15:46:28 +08:00
Jinhao
8f995ee2cf
fix an issue that child display incorrect
2016-03-14 23:20:24 +08:00
Jinhao
ea06295975
minor changes
2016-03-14 14:29:16 +08:00
qPCR4vir
6a8fb2e37c
bedrock's comments
2016-03-06 16:53:52 +01:00
Jinhao
e7cae6d17a
emit click event by pressing spacebar
2016-02-07 00:49:29 +08:00
Jinhao
5a960ed88c
a standard experimental class any
2016-01-25 23:56:05 +08:00
Jinhao
325961a277
remove utf8_cast functions
2016-01-22 00:46:10 +08:00
Jinhao
8d2ec2fbd1
update experimental::filesystem and remove file_iterator
2016-01-19 01:34:07 +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
3856543daf
fix wrong position of sub menu
2015-12-22 23:47:56 +08:00
Jinhao
9bb0e8eb34
fix an issue of child root window(nested_form)
2015-12-22 00:41:58 +08:00
Jinhao
75800b2e78
fix a crash when setting focus if prev is null
2015-12-20 03:00:33 +08:00
Jinhao
1446849454
fix non-popup root window(nested_form) issues
2015-12-18 01:00:33 +08:00
Jinhao
25743b14a9
add native_interface::set_parent
2015-12-18 00:57:46 +08:00
Jinhao
2ca11d4e25
fix compile errors under Linux
2015-12-16 01:21:44 +08:00
Jinhao
049a36e1f7
Merge branch 'develop' into prepare-utf8
2015-12-09 00:32:23 +08:00
Jinhao
ed58fcf85a
fix a issue that children does not show when showing lite-widget
2015-12-08 23:05:02 +08:00
Jinhao
689738acb1
Merge branch 'hotfix-1.2' into prepare-utf8
2015-12-08 01:57:44 +08:00
Jinhao
dce320d544
remove platform_spec_selector.cpp and bedrock_selector.cpp
2015-12-05 15:52:31 +08:00
Jinhao
3863a0dc60
improve the detection for GCC
2015-12-05 14:03:46 +08:00
Jinhao
babcacd63d
Merge branch 'hotfix-1.2' into prepare-utf8
2015-12-04 23:44:11 +08:00
qPCR4vir
3ad8f5a641
Simplify CMake file and config.h
2015-12-03 20:24:20 +01:00
qPCR4vir
221e9f6624
FIX MinGW workaround bring some macro small ?
2015-12-03 20:23:44 +01:00
Jinhao
e8266b5ae8
add native_string_type for internal use
2015-12-03 01:49:44 +08:00
Jinhao
b35f293b9e
replace string parameter of image's constructor with filesystem::path
2015-11-30 00:58:29 +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
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