72 Commits

Author SHA1 Message Date
beru
990de7867b add OFN_NOCHANGEDIR flag to OPENFILENAME::Flags in nana::filebox::show
http://blogs.msdn.com/b/oldnewthing/archive/2010/11/12/10089878.aspx
	setting OFN_NOCHANGEDIR flag to OPENFILENAME::Flags is effective for GetOpenFileName API on Windows7.
add const qualifier to nana::paint::graphics::save_as_file
add support for small icon on Windows.
	The system displays the large icon in the ALT+TAB dialog box, and the small icon in the window caption.
	https://msdn.microsoft.com/en-us/library/windows/desktop/ms632643%28v=vs.85%29.aspx
2015-05-16 21:10:20 +09:00
Jinhao
1b01493e9f fix API::exit issue 2015-05-03 23:12:18 +08:00
Jinhao
99564a9161 refactor functions 2015-05-01 16:45:05 +08:00
Jinhao
4154c8e132 rename API::is_focus_window to API::is_focus_ready 2015-05-01 16:36:12 +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
58b206cb93 add new outline size
API::window_outline_size changes the window size(not client area size) for
a native window
2015-03-24 12:12:36 +08:00
cnjinhao
60474150f5 Merge branch 'feature-draw-through' into develop 2015-02-02 19:17:44 +08:00
cnjinhao
7c93980530 add a parameter check 2015-01-29 07:12:06 +08:00
cnjinhao
e0259e6254 fixed a bground effect refresh issue. 2015-01-29 03:26:35 +08:00
cnjinhao
5b025ccd20 Define widget_traits for combox/textbox/listbox 2015-01-16 17:03:47 +08:00
cnjinhao
f67dbdb14b draw-through
it is possible to render with OpenGL/DX by using draw-through.
2015-01-12 09:39:28 +08:00
cnjinhao
9a71f23ddd Performance improvements 2015-01-09 08:12:20 +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
f62ad0aa9f Added some APIs to the widget class 2014-12-21 11:15:39 +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
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