cnjinhao
|
9a71f23ddd
|
Performance improvements
|
2015-01-09 08:12:20 +08:00 |
|
cnjinhao
|
750c3dffd5
|
Highlighted text support for textbox
|
2015-01-09 06:33:23 +08:00 |
|
cnjinhao
|
0f24250972
|
Added highlighted text support for textbox
init commit for highlighted text support
|
2015-01-07 07:33:09 +08:00 |
|
cnjinhao
|
a3db9cb5d6
|
Removed the declaration of deprecated treebox::icon
|
2015-01-06 20:40:01 +08:00 |
|
cnjinhao
|
039d63cf1f
|
listbox.hpp modifications
|
2015-01-06 20:36:19 +08:00 |
|
cnjinhao
|
0a5c85d21b
|
Fixed some syntax errors and clang compiling warnings
GCC/VS2013/Clang is tested
|
2015-01-03 22:04:06 +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
|
1f559964f9
|
Merge branch 'master' of https://github.com/cnjinhao/nana
|
2015-01-02 23:31:18 +08:00 |
|
cnjinhao
|
2409a1d5bd
|
Merge branch 'hotfixes'
|
2015-01-02 23:21:56 +08:00 |
|
cnjinhao
|
1c664da5e0
|
append screen source files
|
2015-01-02 13:58:22 +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
|
b827e0aa82
|
multiple display monitors support
Added a new class screen
|
2015-01-02 13:25:46 +08:00 |
|
cnjinhao
|
aa12254844
|
Added listbox color scheme
|
2014-12-30 06:28:23 +08:00 |
|
cnjinhao
|
052d34a746
|
Added named colors from 4.3 Extended color keywords
::nana::colors::<named colors>
|
2014-12-29 06:20:18 +08:00 |
|
cnjinhao
|
ecbf71b7e2
|
Color Schemes
textbox.scheme().selection = color(colors::red);
Set the text selection background color
|
2014-12-28 17:16:52 +08:00 |
|
cnjinhao
|
ad7c36be3f
|
Renamed expr_color to color
|
2014-12-24 02:07:39 +08:00 |
|
cnjinhao
|
977a6c0e86
|
A fix for non-English input issue.
Extended ASCII characters input issue, window title bar issue.
|
2014-12-23 17:09:30 +08:00 |
|
cnjinhao
|
34c8392f35
|
Added some helper types to identify an integer as color
expr_color clr(static_cast<color_rgb>(0xrrggbb));
|
2014-12-21 23:04:20 +08:00 |
|
cnjinhao
|
f62ad0aa9f
|
Added some APIs to the widget class
|
2014-12-21 11:15:39 +08:00 |
|
Jinhao
|
dd8a0a0173
|
Update README.md
|
2014-12-21 08:47:09 +08:00 |
|
cnjinhao
|
e5aeb8420f
|
Refined code
refined code and implemented select all(ctrl+a) for text_editor
|
2014-12-21 08:15:18 +08:00 |
|
cnjinhao
|
e64b6ec2b2
|
Breaking changes for expr_color
Removed the typedef-name nana::color_t
|
2014-12-18 13:08:44 +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
|
ccd74ede89
|
Update README.md
|
2014-12-15 16:50:47 +08:00 |
|
cnjinhao
|
c9305784fe
|
Update README.md
|
2014-12-15 16:48:44 +08:00 |
|
cnjinhao
|
b40f39f8a1
|
Create README.md
|
2014-12-15 16:09:58 +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
|
9a061f2399
|
remove the nana.v12.suo
|
2014-12-13 01:48:06 +08:00 |
|
cnjinhao
|
b72c549dbc
|
Adding .gitignore file
This file was created by qPCR4vir.
|
2014-12-13 01:38:48 +08:00 |
|
cnjinhao
|
7a42e8e2ed
|
hotfix for 0.9
Fixed a charset issue, wchar_t is string character as encoded in UCS2 in
MinGW.
|
2014-12-13 01:01:13 +08:00 |
|
cnjinhao
|
7bdf8a9f6b
|
hotfixes for 0.9
A workaround for VC2013 that matches incorrectly constructor by {}
|
2014-12-12 01:44:07 +08:00 |
|
cnjinhao
|
d0a317bd45
|
first init of 0.9
|
2014-12-11 03:32:35 +08:00 |
|