Jinhao
a298c00ede
add on_missing handler to the i18n
2016-12-13 06:12:12 +08:00
Jinhao
8fef9916a9
fix filebox warning bug that occurs on Linux
2016-11-28 06:23:18 +08:00
Jinhao
738178dec3
fix freezing of filebox when opens in other thread
2016-11-14 06:57:42 +08:00
Jinhao
001eac9dbf
fix a filebox error under Linux
...
fixed by buckyeh
2016-09-02 01:06:33 +08:00
qPCR4vir
82d999ecf2
FIX filebox in linux with fs_ext
2016-06-25 03:18:17 +02:00
qPCR4vir
4450ff9678
FIX crash in VS consistently using filesysten_ext
2016-06-24 23:48:53 +02:00
qPCR4vir
3b6718d67f
using explicit namespaces
2016-06-24 14:22:04 +02:00
qPCR4vir
9f3060f912
nana::experimental::filesystem
2016-02-14 05:23:31 +01: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
920a1fe490
fix compile errors with GCC/Clang
2016-01-20 14:40:57 +08:00
Jinhao
ece696c3b5
update filesystem and remove fs_utility
2016-01-20 01:06:16 +08:00
Jinhao
8d2ec2fbd1
update experimental::filesystem and remove file_iterator
2016-01-19 01:34:07 +08:00
Jinhao
a42ebe19b4
use UTF-8 for string representation
2015-12-31 01:09:52 +08:00
Jinhao
0a396c12c2
remove filesystem::file_attrib() function
2015-12-30 01:11:07 +08:00
Jinhao
443b3dcd87
update experimental::filesystem
2015-12-29 01:11:03 +08:00
Jinhao
2ca11d4e25
fix compile errors under Linux
2015-12-16 01:21:44 +08:00
Jinhao
12358a5dc0
change some APIs for accepting utf8
2015-11-27 01:54:26 +08:00
Benjamin Navarro
a09d5c3c95
Mac OS X support
2015-10-11 18:31:30 +02: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
894e7e61c8
fix compiling errors by using GCC/Clang
2015-07-28 01:53:41 +08:00
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
08e860a7e7
Merge branch 'hotfixes-1.0.1' into develop
...
Conflicts:
.gitignore
include/nana/deploy.hpp
source/deploy.cpp
source/gui/widgets/listbox.cpp
2015-05-03 03:08:26 +08:00
Jinhao
34e2c6b143
fix issues of textbox and filebox
...
no refresh when calling textbox line_wrapped
add filebox overwrite prompt for saving file
the first non-* filter to be set default extentsion for filebox
2015-03-31 06:08:43 +08:00
Jinhao
a8573fe5ef
remove physical dependency between msgbox and filebox
2015-03-11 03:45:22 +08:00
Jinhao
c2cb89f024
improve inputbox
...
fix some inputbox issues
add a new inputbox::path class
2015-02-25 01:00:27 +08:00
cnjinhao
38552b855b
make all internal event handlers unignorable
2015-02-04 01:34:50 +08:00
cnjinhao
d0a317bd45
first init of 0.9
2014-12-11 03:32:35 +08:00