first init of 0.9

This commit is contained in:
cnjinhao
2014-12-11 03:32:35 +08:00
commit d0a317bd45
206 changed files with 69773 additions and 0 deletions

121
build/codeblocks/nana.cbp Normal file
View File

@@ -0,0 +1,121 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="nana" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="nana" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="obj/Debug/" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="nana" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="obj/Release/" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-Wall" />
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Unit filename="../../source/any.cpp" />
<Unit filename="../../source/audio/detail/audio_device.cpp" />
<Unit filename="../../source/audio/detail/audio_stream.cpp" />
<Unit filename="../../source/audio/detail/buffer_preparation.cpp" />
<Unit filename="../../source/audio/player.cpp" />
<Unit filename="../../source/basic_types.cpp" />
<Unit filename="../../source/charset.cpp" />
<Unit filename="../../source/datetime.cpp" />
<Unit filename="../../source/deploy.cpp" />
<Unit filename="../../source/detail/platform_spec_selector.cpp" />
<Unit filename="../../source/exceptions.cpp" />
<Unit filename="../../source/filesystem/file_iterator.cpp" />
<Unit filename="../../source/filesystem/fs_utility.cpp" />
<Unit filename="../../source/gui/animation.cpp" />
<Unit filename="../../source/gui/basis.cpp" />
<Unit filename="../../source/gui/detail/basic_window.cpp" />
<Unit filename="../../source/gui/detail/bedrock_pi.cpp" />
<Unit filename="../../source/gui/detail/bedrock_selector.cpp" />
<Unit filename="../../source/gui/detail/drawer.cpp" />
<Unit filename="../../source/gui/detail/element_store.cpp" />
<Unit filename="../../source/gui/detail/events_operation.cpp" />
<Unit filename="../../source/gui/detail/native_window_interface.cpp" />
<Unit filename="../../source/gui/detail/window_layout.cpp" />
<Unit filename="../../source/gui/detail/window_manager.cpp" />
<Unit filename="../../source/gui/dragger.cpp" />
<Unit filename="../../source/gui/drawing.cpp" />
<Unit filename="../../source/gui/effects.cpp" />
<Unit filename="../../source/gui/element.cpp" />
<Unit filename="../../source/gui/filebox.cpp" />
<Unit filename="../../source/gui/layout_utility.cpp" />
<Unit filename="../../source/gui/msgbox.cpp" />
<Unit filename="../../source/gui/notifier.cpp" />
<Unit filename="../../source/gui/place.cpp" />
<Unit filename="../../source/gui/programming_interface.cpp" />
<Unit filename="../../source/gui/state_cursor.cpp" />
<Unit filename="../../source/gui/timer.cpp" />
<Unit filename="../../source/gui/tooltip.cpp" />
<Unit filename="../../source/gui/widgets/button.cpp" />
<Unit filename="../../source/gui/widgets/categorize.cpp" />
<Unit filename="../../source/gui/widgets/checkbox.cpp" />
<Unit filename="../../source/gui/widgets/combox.cpp" />
<Unit filename="../../source/gui/widgets/date_chooser.cpp" />
<Unit filename="../../source/gui/widgets/float_listbox.cpp" />
<Unit filename="../../source/gui/widgets/form.cpp" />
<Unit filename="../../source/gui/widgets/frame.cpp" />
<Unit filename="../../source/gui/widgets/label.cpp" />
<Unit filename="../../source/gui/widgets/listbox.cpp" />
<Unit filename="../../source/gui/widgets/menu.cpp" />
<Unit filename="../../source/gui/widgets/menubar.cpp" />
<Unit filename="../../source/gui/widgets/panel.cpp" />
<Unit filename="../../source/gui/widgets/picture.cpp" />
<Unit filename="../../source/gui/widgets/progress.cpp" />
<Unit filename="../../source/gui/widgets/scroll.cpp" />
<Unit filename="../../source/gui/widgets/skeletons/text_editor.cpp" />
<Unit filename="../../source/gui/widgets/slider.cpp" />
<Unit filename="../../source/gui/widgets/tabbar.cpp" />
<Unit filename="../../source/gui/widgets/textbox.cpp" />
<Unit filename="../../source/gui/widgets/toolbar.cpp" />
<Unit filename="../../source/gui/widgets/treebox.cpp" />
<Unit filename="../../source/gui/widgets/widget.cpp" />
<Unit filename="../../source/gui/wvl.cpp" />
<Unit filename="../../source/internationalization.cpp" />
<Unit filename="../../source/paint/detail/image_process_provider.cpp" />
<Unit filename="../../source/paint/detail/native_paint_interface.cpp" />
<Unit filename="../../source/paint/gadget.cpp" />
<Unit filename="../../source/paint/graphics.cpp" />
<Unit filename="../../source/paint/image.cpp" />
<Unit filename="../../source/paint/image_process_selector.cpp" />
<Unit filename="../../source/paint/pixel_buffer.cpp" />
<Unit filename="../../source/paint/text_renderer.cpp" />
<Unit filename="../../source/system/dataexch.cpp" />
<Unit filename="../../source/system/platform.cpp" />
<Unit filename="../../source/system/shared_wrapper.cpp" />
<Unit filename="../../source/system/timepiece.cpp" />
<Unit filename="../../source/threads/pool.cpp" />
<Unit filename="../../source/traits.cpp" />
<Unit filename="../../source/unicode_bidi.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>

View File

@@ -0,0 +1,539 @@
# depslib dependency file v1.0
1363362719 source:d:\privates\nana\release\nana.cpp11\source\any.cpp
<nana/any.hpp>
1362509572 source:d:\privates\nana\release\nana.cpp11\source\audio\detail\audio_device.cpp
<nana/audio/detail/audio_device.hpp>
<nana/system/platform.hpp>
<pthread.h>
<unistd.h>
<sys/time.h>
<errno.h>
1353115288 source:d:\privates\nana\release\nana.cpp11\source\audio\detail\audio_stream.cpp
<nana/audio/detail/audio_stream.hpp>
<nana/charset.hpp>
1362509721 source:d:\privates\nana\release\nana.cpp11\source\audio\detail\buffer_preparation.cpp
<nana/audio/detail/buffer_preparation.hpp>
<cstring>
1353253406 source:d:\privates\nana\release\nana.cpp11\source\audio\player.cpp
<nana/audio/player.hpp>
<nana/audio/detail/audio_stream.hpp>
<nana/audio/detail/audio_device.hpp>
<nana/audio/detail/buffer_preparation.hpp>
<nana/system/platform.hpp>
1380829816 source:d:\privates\nana\release\nana.cpp11\source\basic_types.cpp
<nana/basic_types.hpp>
1376407818 source:d:\privates\nana\release\nana.cpp11\source\charset.cpp
<nana/charset.hpp>
<utility>
<nana/deploy.hpp>
<cwchar>
<clocale>
<codecvt>
<windows.h>
1365203880 source:d:\privates\nana\release\nana.cpp11\source\datetime.cpp
<nana/config.hpp>
<nana/datetime.hpp>
<windows.h>
1368515624 source:d:\privates\nana\release\nana.cpp11\source\deploy.cpp
<nana/deploy.hpp>
<windows.h>
<string.h>
1356273963 source:d:\privates\nana\release\nana.cpp11\source\detail\win32\platform_spec.cpp
<nana/config.hpp>
<nana/gui/detail/eventinfo.hpp>
<shellapi.h>
<stdexcept>
1365203880 source:d:\privates\nana\release\nana.cpp11\source\exceptions.cpp
<nana/exceptions.hpp>
1365203878 source:d:\privates\nana\release\nana.cpp11\source\filesystem\file_iterator.cpp
<nana/filesystem/file_iterator.hpp>
1365203878 source:d:\privates\nana\release\nana.cpp11\source\filesystem\fs_utility.cpp
<nana/filesystem/fs_utility.hpp>
<nana/filesystem/file_iterator.hpp>
<vector>
<windows.h>
<shlobj.h>
<nana/datetime.hpp>
<nana/charset.hpp>
<sys/stat.h>
<sys/types.h>
<dirent.h>
<cstdio>
<cstring>
<errno.h>
<unistd.h>
<stdlib.h>
1365203879 source:d:\privates\nana\release\nana.cpp11\source\gui\basis.cpp
<nana/gui/basis.hpp>
1394945360 source:d:\privates\nana\release\nana.cpp11\source\gui\detail\basic_window.cpp
<nana/gui/detail/basic_window.hpp>
<nana/gui/detail/native_window_interface.hpp>
1394949372 source:d:\privates\nana\release\nana.cpp11\source\gui\detail\drawer.cpp
<nana/config.hpp>
<nana/gui/detail/drawer.hpp>
<nana/gui/detail/dynamic_drawing_object.hpp>
<nana/gui/detail/effects_renderer.hpp>
<nana/gui/detail/basic_window.hpp>
<nana/detail/linux_X11/platform_spec.hpp>
<algorithm>
1395848366 source:d:\privates\nana\release\nana.cpp11\source\gui\detail\event_manager.cpp
<nana/config.hpp>
<map>
<algorithm>
<nana/gui/detail/event_manager.hpp>
1390762141 source:d:\privates\nana\release\nana.cpp11\source\gui\detail\native_window_interface.cpp
<nana/config.hpp>
<nana/gui/detail/native_window_interface.hpp>
<nana/std_mutex.hpp>
<mutex>
<map>
<nana/paint/detail/image_ico.hpp>
<nana/system/platform.hpp>
1390850442 source:d:\privates\nana\release\nana.cpp11\source\gui\detail\timer_trigger.cpp
<nana/config.hpp>
<nana/gui/detail/timer_trigger.hpp>
<windows.h>
<nana/system/platform.hpp>
<iostream>
1356028060 source:d:\privates\nana\release\nana.cpp11\source\gui\detail\win32\bedrock.cpp
<nana/config.hpp>
<nana/gui/detail/eventinfo.hpp>
<nana/system/platform.hpp>
<sstream>
<nana/system/timepiece.hpp>
1394946162 source:d:\privates\nana\release\nana.cpp11\source\gui\detail\window_manager.cpp
<nana/config.hpp>
<nana/gui/detail/window_manager.hpp>
<nana/gui/detail/native_window_interface.hpp>
<nana/gui/detail/inner_fwd_implement.hpp>
<nana/gui/layout_utility.hpp>
<stdexcept>
<algorithm>
1391060709 source:d:\privates\nana\release\nana.cpp11\source\gui\dragger.cpp
<nana/gui/dragger.hpp>
1391341193 source:d:\privates\nana\release\nana.cpp11\source\gui\drawing.cpp
<nana/gui/drawing.hpp>
<nana/gui/programming_interface.hpp>
<nana/gui/detail/basic_window.hpp>
1396881268 source:d:\privates\nana\release\nana.cpp11\source\gui\filebox.cpp
<nana/gui/filebox.hpp>
<nana/filesystem/fs_utility.hpp>
<windows.h>
<nana/gui/widgets/label.hpp>
<nana/gui/widgets/button.hpp>
<nana/gui/widgets/listbox.hpp>
<nana/gui/widgets/categorize.hpp>
<nana/gui/widgets/textbox.hpp>
<nana/gui/widgets/treebox.hpp>
<nana/gui/widgets/combox.hpp>
<nana/filesystem/file_iterator.hpp>
<nana/gui/place.hpp>
<nana/gui/functional.hpp>
<stdexcept>
<algorithm>
1342280997 source:d:\privates\nana\release\nana.cpp11\source\gui\functional.cpp
<nana/gui/functional.hpp>
<nana/gui/programming_interface.hpp>
1365203879 source:d:\privates\nana\release\nana.cpp11\source\gui\layout.cpp
<nana/gui/layout.hpp>
<vector>
1397227563 source:d:\privates\nana\release\nana.cpp11\source\gui\layout_utility.cpp
<nana/gui/layout_utility.hpp>
1389116447 source:d:\privates\nana\release\nana.cpp11\source\gui\msgbox.cpp
<nana/gui/msgbox.hpp>
<nana/gui/programming_interface.hpp>
<windows.h>
<nana/gui/wvl.hpp>
<nana/gui/widgets/label.hpp>
<nana/gui/widgets/button.hpp>
<nana/gui/widgets/picture.hpp>
<nana/paint/pixel_buffer.hpp>
<nana/gui/layout.hpp>
1394981871 source:d:\privates\nana\release\nana.cpp11\source\gui\programming_interface.cpp
<nana/gui/programming_interface.hpp>
<nana/gui/detail/basic_window.hpp>
<nana/system/platform.hpp>
<nana/gui/detail/native_window_interface.hpp>
<nana/gui/widgets/widget.hpp>
<algorithm>
1398012918 source:d:\privates\nana\release\nana.cpp11\source\gui\timer.cpp
<nana/gui/timer.hpp>
1398101619 source:d:\privates\nana\release\nana.cpp11\source\gui\tooltip.cpp
<nana/gui/tooltip.hpp>
<nana/gui/widgets/label.hpp>
<nana/gui/timer.hpp>
<memory>
1399003520 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\button.cpp
<nana/gui/widgets/button.hpp>
<nana/paint/text_renderer.hpp>
1397406400 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\categorize.cpp
<nana/gui/wvl.hpp>
<nana/gui/widgets/categorize.hpp>
<nana/gui/widgets/float_listbox.hpp>
<nana/paint/gadget.hpp>
<nana/gui/widgets/detail/tree_cont.hpp>
<stdexcept>
1395850855 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\checkbox.cpp
<nana/gui/widgets/checkbox.hpp>
<nana/paint/gadget.hpp>
<nana/paint/text_renderer.hpp>
<nana/gui/element.hpp>
<algorithm>
1398356540 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\combox.cpp
<nana/gui/wvl.hpp>
<nana/gui/widgets/combox.hpp>
<nana/paint/gadget.hpp>
<nana/system/dataexch.hpp>
<nana/gui/widgets/float_listbox.hpp>
<nana/gui/widgets/skeletons/text_editor.hpp>
1394949372 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\date_chooser.cpp
<nana/gui/widgets/date_chooser.hpp>
<nana/paint/gadget.hpp>
<nana/system/platform.hpp>
<sstream>
1397406413 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\float_listbox.cpp
<nana/gui/widgets/float_listbox.hpp>
<nana/gui/widgets/scroll.hpp>
1394949372 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\form.cpp
<nana/gui/widgets/form.hpp>
1365203878 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\frame.cpp
<nana/gui/widgets/frame.hpp>
1398365621 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\label.cpp
<nana/gui/widgets/label.hpp>
<nana/unicode_bidi.hpp>
<nana/gui/widgets/skeletons/text_token_stream.hpp>
<nana/system/platform.hpp>
<stdexcept>
<sstream>
1399000256 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\listbox.cpp
<nana/gui/widgets/listbox.hpp>
<nana/gui/widgets/scroll.hpp>
<nana/gui/element.hpp>
<list>
<deque>
<stdexcept>
<sstream>
<algorithm>
1398016208 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\login.cpp
<nana/gui/widgets/login.hpp>
<nana/gui/widgets/textbox.hpp>
<nana/gui/widgets/checkbox.hpp>
<nana/gui/widgets/button.hpp>
<nana/gui/widgets/label.hpp>
<nana/gui/tooltip.hpp>
<nana/paint/gadget.hpp>
<vector>
1394949372 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\menu.cpp
<nana/gui/widgets/menu.hpp>
<nana/system/platform.hpp>
<nana/paint/gadget.hpp>
<nana/gui/element.hpp>
<nana/gui/wvl.hpp>
<nana/paint/text_renderer.hpp>
1394948882 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\menubar.cpp
<nana/gui/widgets/menubar.hpp>
<stdexcept>
1394949372 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\panel.cpp
<nana/gui/widgets/panel.hpp>
1394949372 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\picture.cpp
<nana/gui/widgets/picture.hpp>
<nana/paint/image.hpp>
1394949372 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\progress.cpp
<nana/gui/widgets/progress.hpp>
1382857419 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\scroll.cpp
<nana/gui/widgets/scroll.hpp>
1397670961 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\skeletons\text_editor.cpp
<nana/gui/widgets/skeletons/text_editor.hpp>
<nana/system/dataexch.hpp>
<nana/unicode_bidi.hpp>
1394949372 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\slider.cpp
<nana/gui/widgets/slider.hpp>
1394949372 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\tabbar.cpp
<nana/gui/widgets/tabbar.hpp>
<nana/gui/widgets/menu.hpp>
<nana/paint/text_renderer.hpp>
<stdexcept>
<list>
1398365225 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\textbox.cpp
<nana/gui/widgets/textbox.hpp>
<nana/gui/widgets/skeletons/text_editor.hpp>
<stdexcept>
<sstream>
1397936811 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\toolbar.cpp
<nana/gui/widgets/toolbar.hpp>
<vector>
<stdexcept>
<nana/gui/tooltip.hpp>
1390938560 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\tray.cpp
<nana/gui/widgets/tray.hpp>
1398364760 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\treebox.cpp
<nana/gui/widgets/treebox.hpp>
<nana/gui/widgets/scroll.hpp>
<nana/gui/element.hpp>
<nana/gui/layout_utility.hpp>
<nana/system/platform.hpp>
<stdexcept>
1398365335 source:d:\privates\nana\release\nana.cpp11\source\gui\widgets\widget.cpp
<nana/gui/widgets/widget.hpp>
<nana/gui/tooltip.hpp>
1365203879 source:d:\privates\nana\release\nana.cpp11\source\gui\wvl.cpp
<nana/gui/wvl.hpp>
1382451741 source:d:\privates\nana\release\nana.cpp11\source\paint\detail\image_process_provider.cpp
<nana/paint/detail/image_process_provider.hpp>
<nana/paint/detail/image_processor.hpp>
1383444362 source:d:\privates\nana\release\nana.cpp11\source\paint\detail\native_paint_interface.cpp
<nana/config.hpp>
<nana/paint/detail/native_paint_interface.hpp>
<nana/paint/pixel_buffer.hpp>
<nana/gui/layout_utility.hpp>
<windows.h>
<X11/Xlib.h>
1379767040 source:d:\privates\nana\release\nana.cpp11\source\paint\gadget.cpp
<nana/paint/graphics.hpp>
<nana/paint/gadget.hpp>
1390741327 source:d:\privates\nana\release\nana.cpp11\source\paint\graphics.cpp
<nana/config.hpp>
<nana/paint/graphics.hpp>
<nana/paint/detail/native_paint_interface.hpp>
<nana/paint/pixel_buffer.hpp>
<nana/gui/layout_utility.hpp>
<nana/unicode_bidi.hpp>
<algorithm>
<windows.h>
<X11/Xlib.h>
1383145765 source:d:\privates\nana\release\nana.cpp11\source\paint\image.cpp
<nana/config.hpp>
<nana/paint/image.hpp>
<algorithm>
<fstream>
<iterator>
<nana/paint/detail/image_impl_interface.hpp>
<nana/paint/pixel_buffer.hpp>
<nana/paint/detail/image_png.hpp>
<nana/paint/detail/image_bmp.hpp>
<nana/paint/detail/image_ico.hpp>
1376313789 source:d:\privates\nana\release\nana.cpp11\source\paint\image_process_selector.cpp
<nana/paint/image_process_selector.hpp>
1398195475 source:d:\privates\nana\release\nana.cpp11\source\paint\pixel_buffer.cpp
<nana/config.hpp>
<nana/paint/pixel_buffer.hpp>
<nana/gui/layout_utility.hpp>
<nana/paint/detail/native_paint_interface.hpp>
<nana/paint/detail/image_process_provider.hpp>
<stdexcept>
1362504379 source:d:\privates\nana\release\nana.cpp11\source\paint\text_renderer.cpp
<nana/config.hpp>
<nana/paint/text_renderer.hpp>
<nana/unicode_bidi.hpp>
<nana/paint/detail/native_paint_interface.hpp>
1391437647 source:d:\privates\nana\release\nana.cpp11\source\system\dataexch.cpp
<nana/system/dataexch.hpp>
<nana/traits.hpp>
<windows.h>
<nana/gui/detail/basic_window.hpp>
1387007333 source:d:\privates\nana\release\nana.cpp11\source\system\platform.cpp
<nana/deploy.hpp>
<windows.h>
<time.h>
<errno.h>
<unistd.h>
<sys/time.h>
<sys/syscall.h>
1365203879 source:d:\privates\nana\release\nana.cpp11\source\system\shared_wrapper.cpp
<nana/system/shared_wrapper.hpp>
<algorithm>
<iterator>
<dlfcn.h>
<windows.h>
1342280997 source:d:\privates\nana\release\nana.cpp11\source\system\timepiece.cpp
<nana/system/timepiece.hpp>
<nana/config.hpp>
<windows.h>
<sys/time.h>
1386165989 source:d:\privates\nana\release\nana.cpp11\source\threads\pool.cpp
<nana/threads/pool.hpp>
<nana/system/platform.hpp>
<time.h>
<deque>
<vector>
<nana/std_condition_variable.hpp>
<nana/std_mutex.hpp>
<condition_variable>
<mutex>
<windows.h>
<process.h>
<pthread.h>
1365203748 source:d:\privates\nana\release\nana.cpp11\source\traits.cpp
<nana/traits.hpp>
1385897272 source:d:\privates\nana\release\nana.cpp11\source\unicode_bidi.cpp
<nana/unicode_bidi.hpp>
1358528462 source:d:\privates\nana\release\nana.cpp11\source\detail\platform_spec_selector.cpp
<nana/config.hpp>
"win32/platform_spec.cpp"
"linux_X11/platform_spec.cpp"
1391342312 d:\privates\nana\release\nana.cpp11\source\detail\win32\platform_spec.cpp
<nana/config.hpp>
<nana/gui/detail/eventinfo.hpp>
<shellapi.h>
<stdexcept>
1391435023 d:\privates\nana\release\nana.cpp11\source\detail\linux_x11\platform_spec.cpp
<nana/config.hpp>
<nana/detail/linux_X11/msg_dispatcher.hpp>
<X11/Xlocale.h>
<locale>
<map>
<set>
<algorithm>
<nana/paint/graphics.hpp>
<nana/gui/detail/basic_window.hpp>
<nana/system/platform.hpp>
<errno.h>
<sstream>
1358528584 source:d:\privates\nana\release\nana.cpp11\source\gui\detail\bedrock_selector.cpp
<nana/config.hpp>
"win32/bedrock.cpp"
"linux_X11/bedrock.cpp"
1399001800 d:\privates\nana\release\nana.cpp11\source\gui\detail\win32\bedrock.cpp
<nana/config.hpp>
<nana/gui/detail/eventinfo.hpp>
<nana/system/platform.hpp>
<sstream>
<nana/system/timepiece.hpp>
<nana/gui/wvl.hpp>
<nana/gui/detail/inner_fwd_implement.hpp>
<nana/gui/detail/native_window_interface.hpp>
<nana/gui/layout_utility.hpp>
<nana/gui/detail/element_store.hpp>
1399001985 d:\privates\nana\release\nana.cpp11\source\gui\detail\linux_x11\bedrock.cpp
<nana/config.hpp>
<nana/gui/detail/eventinfo.hpp>
<nana/system/platform.hpp>
<nana/gui/detail/inner_fwd_implement.hpp>
<nana/gui/detail/native_window_interface.hpp>
<nana/gui/layout_utility.hpp>
<nana/gui/detail/element_store.hpp>
<errno.h>
1398365709 source:d:\privates\nana\release\nana.cpp11\source\gui\place.cpp
<sstream>
<cfloat>
<cmath>
<stdexcept>
<cstring>
<nana/gui/place.hpp>
<nana/gui/programming_interface.hpp>
1391435611 source:d:\privates\nana\release\nana.cpp11\source\gui\animation.cpp
<nana/gui/animation.hpp>
<nana/gui/drawing.hpp>
<nana/system/timepiece.hpp>
<nana/system/platform.hpp>
<vector>
<list>
<algorithm>
<nana/std_thread.hpp>
<nana/std_mutex.hpp>
<nana/std_condition_variable.hpp>
<mutex>
<condition_variable>
<thread>
1373211308 source:d:\privates\nana\release\nana.cpp11\source\gui\effects.cpp
<nana/gui/effects.hpp>
<nana/gui/programming_interface.hpp>
1386164590 source:d:\privates\nana\release\nana.cpp11\source\gui\element.cpp
<nana/gui/element.hpp>
<nana/gui/detail/bedrock.hpp>
<map>
<string>
<nana/std_mutex.hpp>
<mutex>
1391342458 source:d:\privates\nana\release\nana.cpp11\source\gui\detail\window_layout.cpp
<nana/gui/detail/window_layout.hpp>
<nana/gui/detail/basic_window.hpp>
<nana/gui/detail/native_window_interface.hpp>
<nana/gui/layout_utility.hpp>
<algorithm>
1399002439 source:d:\privates\nana\release\nana.cpp11\source\gui\detail\element_store.cpp
<nana/gui/detail/element_store.hpp>

View File

@@ -0,0 +1,154 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<ActiveTarget name="Debug" />
<File name="..\..\source\gui\widgets\date_chooser.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="457" topLine="3" />
</Cursor>
</File>
<File name="..\..\source\audio\detail\buffer_preparation.cpp" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="1924" topLine="62" />
</Cursor>
</File>
<File name="..\..\source\gui\widgets\tabbar.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="18615" topLine="760" />
</Cursor>
</File>
<File name="..\..\source\gui\widgets\textbox.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="11188" topLine="459" />
</Cursor>
</File>
<File name="..\..\source\audio\detail\audio_device.cpp" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="6256" topLine="215" />
</Cursor>
</File>
<File name="..\..\source\gui\widgets\toolbar.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="2244" topLine="84" />
</Cursor>
</File>
<File name="..\..\source\gui\widgets\treebox.cpp" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="15535" topLine="539" />
</Cursor>
</File>
<File name="..\..\source\gui\detail\native_window_interface.cpp" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="4901" topLine="171" />
</Cursor>
</File>
<File name="..\..\source\gui\detail\window_layout.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="5198" topLine="161" />
</Cursor>
</File>
<File name="..\..\source\gui\detail\window_manager.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="30124" topLine="1046" />
</Cursor>
</File>
<File name="..\..\source\gui\dragger.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="1316" topLine="59" />
</Cursor>
</File>
<File name="..\..\source\paint\graphics.cpp" open="0" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="30961" topLine="1020" />
</Cursor>
</File>
<File name="..\..\source\gui\element.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="20890" topLine="542" />
</Cursor>
</File>
<File name="..\..\source\paint\image.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="3714" topLine="168" />
</Cursor>
</File>
<File name="..\..\source\gui\filebox.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="22934" topLine="871" />
</Cursor>
</File>
<File name="..\..\source\gui\msgbox.cpp" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="48249" topLine="407" />
</Cursor>
</File>
<File name="..\..\source\paint\text_renderer.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="5894" topLine="205" />
</Cursor>
</File>
<File name="..\..\source\gui\programming_interface.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="5022" topLine="159" />
</Cursor>
</File>
<File name="..\..\source\charset.cpp" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="412" topLine="15" />
</Cursor>
</File>
<File name="..\..\source\gui\widgets\listbox.cpp" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="12428" topLine="532" />
</Cursor>
</File>
<File name="..\..\source\threads\pool.cpp" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="5569" topLine="249" />
</Cursor>
</File>
<File name="..\..\source\gui\tooltip.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="4739" topLine="194" />
</Cursor>
</File>
<File name="..\..\source\gui\widgets\menu.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="27717" topLine="1044" />
</Cursor>
</File>
<File name="..\..\source\detail\platform_spec_selector.cpp" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="587" topLine="2" />
</Cursor>
</File>
<File name="..\..\source\gui\widgets\button.cpp" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="7080" topLine="291" />
</Cursor>
</File>
<File name="..\..\source\gui\widgets\categorize.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="6160" topLine="196" />
</Cursor>
</File>
<File name="..\..\source\gui\widgets\checkbox.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="6998" topLine="275" />
</Cursor>
</File>
<File name="..\..\source\filesystem\fs_utility.cpp" open="0" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="1562" topLine="57" />
</Cursor>
</File>
<File name="..\..\source\gui\widgets\combox.cpp" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="16572" topLine="610" />
</Cursor>
</File>
<File name="..\..\source\gui\animation.cpp" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="1164" topLine="43" />
</Cursor>
</File>
</CodeBlocks_layout_file>