first init of 0.9
This commit is contained in:
121
build/codeblocks/nana.cbp
Normal file
121
build/codeblocks/nana.cbp
Normal 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>
|
||||
539
build/codeblocks/nana.depend
Normal file
539
build/codeblocks/nana.depend
Normal 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>
|
||||
|
||||
154
build/codeblocks/nana.layout
Normal file
154
build/codeblocks/nana.layout
Normal 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>
|
||||
42
build/makefile/makefile
Normal file
42
build/makefile/makefile
Normal file
@@ -0,0 +1,42 @@
|
||||
#Nana C++ Library
|
||||
#
|
||||
#Makefile created by Jinhao(cnjinhao@hotmail.com)
|
||||
|
||||
GCC = g++
|
||||
INCROOT = ../../include
|
||||
SRCROOT = ../../source
|
||||
NANA_INC= $(INCROOT)/nana
|
||||
|
||||
INCS = -I$(INCROOT) -I/usr/include/freetype2
|
||||
|
||||
BIN = libnana.a
|
||||
|
||||
SRC_NANA = $(wildcard $(SRCROOT)/*.cpp)
|
||||
SRC_DETAIL = $(wildcard $(SRCROOT)/detail/*.cpp)
|
||||
SRC_FILESYSTEM = $(wildcard $(SRCROOT)/filesystem/*.cpp)
|
||||
SRC_AUDIO = $(wildcard $(SRCROOT)/audio/*.cpp)
|
||||
SRC_AUDIO_DETAIL = $(wildcard $(SRCROOT)/audio/detail/*.cpp)
|
||||
SRC_GUI = $(wildcard $(SRCROOT)/gui/*.cpp)
|
||||
SRC_GUI_DETAIL = $(wildcard $(SRCROOT)/gui/detail/*.cpp)
|
||||
SRC_GUI_WIDGETS = $(wildcard $(SRCROOT)/gui/widgets/*.cpp)
|
||||
SRC_GUI_WIDGETS_SKELETONS = $(wildcard $(SRCROOT)/gui/widgets/skeletons/*.cpp)
|
||||
SRC_PAINT = $(wildcard $(SRCROOT)/paint/*.cpp)
|
||||
SRC_PAINT_DETAIL = $(wildcard $(SRCROOT)/paint/detail/*.cpp)
|
||||
SRC_SYSTEM = $(wildcard $(SRCROOT)/system/*.cpp)
|
||||
SRC_THREADS= $(wildcard $(SRCROOT)/threads/*.cpp)
|
||||
|
||||
SOURCES = $(SRC_NANA) $(SRC_DETAIL) $(SRC_FILESYSTEM) $(SRC_AUDIO) $(SRC_AUDIO_DETAIL) $(SRC_GUI) $(SRC_GUI_DETAIL) $(SRC_GUI_WIDGETS) $(SRC_GUI_WIDGETS_SKELETONS) $(SRC_PAINT) $(SRC_PAINT_DETAIL) $(SRC_SYSTEM) $(SRC_THREADS)
|
||||
|
||||
LINKOBJ = $(SOURCES:.cpp=.o)
|
||||
|
||||
$(BIN): $(LINKOBJ)
|
||||
ar r ../bin/$(BIN) $(LINKOBJ)
|
||||
ranlib ../bin/$(BIN)
|
||||
|
||||
.cpp.o:
|
||||
$(GCC) -g -c $< -o $@ $(INCS) -std=c++0x -Wall
|
||||
|
||||
clean:
|
||||
rm -f $(LINKOBJ)
|
||||
rm -f ../bin/$(BIN)
|
||||
|
||||
31
build/makefile/readme.txt
Normal file
31
build/makefile/readme.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
Building Nana C++ Library
|
||||
requires:
|
||||
X11, pthread, Xpm, rt, dl, freetype2, Xft, fontconfig, ALSA
|
||||
|
||||
Writing a makefile for creating applications with Nana C++ Library
|
||||
-------------------
|
||||
GCC = g++
|
||||
NANAPATH = [The folder of Nana C++ Library]
|
||||
BIN = [The bin file what you want to create.]
|
||||
SOURCES = [The source file of your application.]
|
||||
|
||||
NANAINC = $(NANAPATH)/include
|
||||
NANALIB = $(NANAPATH)/build/bin
|
||||
|
||||
INCS = -I$(NANAINC)
|
||||
LIBS = -L$(NANALIB) -lnana -lX11 -lpthread -lrt -lXft -lpng -lasound
|
||||
|
||||
LINKOBJ = $(SOURCES:.cpp=.o)
|
||||
|
||||
$(BIN): $(LINKOBJ) $(NANALIB)/libnana.a
|
||||
$(GCC) $(LINKOBJ) $(INCS) $(LIBS) -o $(BIN) -std=c++0x
|
||||
|
||||
.cpp.o:
|
||||
$(GCC) -g -c $< -o $@ $(INCS) -std=c++0x
|
||||
|
||||
$(NANALIB):
|
||||
make -f $(NANAPATH)/build/makefile/makefile
|
||||
|
||||
clean:
|
||||
rm -f $(LINKOBJ)
|
||||
-------------------
|
||||
22
build/vc2013/nana.sln
Normal file
22
build/vc2013/nana.sln
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Express 2013 for Windows Desktop
|
||||
VisualStudioVersion = 12.0.21005.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nana", "nana.vcxproj", "{25B21068-491B-4A9F-B99F-6C27BF31BAAD}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{25B21068-491B-4A9F-B99F-6C27BF31BAAD}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{25B21068-491B-4A9F-B99F-6C27BF31BAAD}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{25B21068-491B-4A9F-B99F-6C27BF31BAAD}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{25B21068-491B-4A9F-B99F-6C27BF31BAAD}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
BIN
build/vc2013/nana.v12.suo
Normal file
BIN
build/vc2013/nana.v12.suo
Normal file
Binary file not shown.
166
build/vc2013/nana.vcxproj
Normal file
166
build/vc2013/nana.vcxproj
Normal file
@@ -0,0 +1,166 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{25B21068-491B-4A9F-B99F-6C27BF31BAAD}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>nana</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v120</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v120</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>../bin/vc2013/</OutDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<OutDir>../bin/vc2013/</OutDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
<Lib>
|
||||
<OutputFile>$(OutDir)\nana_debug.lib</OutputFile>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
<Lib>
|
||||
<OutputFile>$(OutDir)\nana_release.lib</OutputFile>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\source\any.cpp" />
|
||||
<ClCompile Include="..\..\source\audio\detail\audio_device.cpp" />
|
||||
<ClCompile Include="..\..\source\audio\detail\audio_stream.cpp" />
|
||||
<ClCompile Include="..\..\source\audio\detail\buffer_preparation.cpp" />
|
||||
<ClCompile Include="..\..\source\audio\player.cpp" />
|
||||
<ClCompile Include="..\..\source\basic_types.cpp" />
|
||||
<ClCompile Include="..\..\source\charset.cpp" />
|
||||
<ClCompile Include="..\..\source\datetime.cpp" />
|
||||
<ClCompile Include="..\..\source\deploy.cpp" />
|
||||
<ClCompile Include="..\..\source\detail\win32\platform_spec.cpp" />
|
||||
<ClCompile Include="..\..\source\exceptions.cpp" />
|
||||
<ClCompile Include="..\..\source\filesystem\file_iterator.cpp" />
|
||||
<ClCompile Include="..\..\source\filesystem\fs_utility.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\animation.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\basis.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\detail\basic_window.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\detail\bedrock_pi.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\detail\drawer.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\detail\element_store.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\detail\events_operation.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\detail\native_window_interface.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\detail\win32\bedrock.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\detail\window_layout.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\detail\window_manager.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\dragger.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\drawing.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\effects.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\element.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\filebox.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\layout_utility.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\msgbox.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\notifier.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\place.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\programming_interface.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\state_cursor.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\timer.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\tooltip.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\button.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\categorize.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\checkbox.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\combox.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\date_chooser.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\float_listbox.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\form.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\frame.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\label.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\listbox.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\menu.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\menubar.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\panel.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\picture.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\progress.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\scroll.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\skeletons\text_editor.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\slider.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\tabbar.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\textbox.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\toolbar.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\treebox.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\widgets\widget.cpp" />
|
||||
<ClCompile Include="..\..\source\gui\wvl.cpp" />
|
||||
<ClCompile Include="..\..\source\internationalization.cpp" />
|
||||
<ClCompile Include="..\..\source\paint\detail\image_process_provider.cpp" />
|
||||
<ClCompile Include="..\..\source\paint\detail\native_paint_interface.cpp" />
|
||||
<ClCompile Include="..\..\source\paint\gadget.cpp" />
|
||||
<ClCompile Include="..\..\source\paint\graphics.cpp" />
|
||||
<ClCompile Include="..\..\source\paint\image.cpp" />
|
||||
<ClCompile Include="..\..\source\paint\image_process_selector.cpp" />
|
||||
<ClCompile Include="..\..\source\paint\pixel_buffer.cpp" />
|
||||
<ClCompile Include="..\..\source\paint\text_renderer.cpp" />
|
||||
<ClCompile Include="..\..\source\system\dataexch.cpp" />
|
||||
<ClCompile Include="..\..\source\system\platform.cpp" />
|
||||
<ClCompile Include="..\..\source\system\shared_wrapper.cpp" />
|
||||
<ClCompile Include="..\..\source\system\timepiece.cpp" />
|
||||
<ClCompile Include="..\..\source\threads\pool.cpp" />
|
||||
<ClCompile Include="..\..\source\traits.cpp" />
|
||||
<ClCompile Include="..\..\source\unicode_bidi.cpp" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
295
build/vc2013/nana.vcxproj.filters
Normal file
295
build/vc2013/nana.vcxproj.filters
Normal file
@@ -0,0 +1,295 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Header Files">
|
||||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||
<Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Resource Files">
|
||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana">
|
||||
<UniqueIdentifier>{b0bd11b1-bcbb-4e05-885e-44295bc1a7bb}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\audio">
|
||||
<UniqueIdentifier>{aab16aa3-c8d4-4495-8606-1b21ae739ee5}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\audio\detail">
|
||||
<UniqueIdentifier>{c395f107-7102-415b-a019-54e7cf3575af}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\detail">
|
||||
<UniqueIdentifier>{e2569be2-9e68-477d-8b59-e248595de6c7}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\detail\win32">
|
||||
<UniqueIdentifier>{52ed7f8e-fa48-495e-af1f-4df013205a35}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\filesystem">
|
||||
<UniqueIdentifier>{87d14798-9015-4162-b9ab-72c741cff063}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\gui">
|
||||
<UniqueIdentifier>{4f8e7d23-9fe1-4409-bb03-2bd0809e606b}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\gui\detail">
|
||||
<UniqueIdentifier>{85c9c1bb-d87b-4481-bf3c-7425f680a12d}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\gui\detail\win32">
|
||||
<UniqueIdentifier>{8058b530-86ec-4d72-890d-345aa30db056}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\gui\widgets">
|
||||
<UniqueIdentifier>{87b124cb-408d-460b-a81b-8a788bbae0d9}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\gui\widgets\skeletons">
|
||||
<UniqueIdentifier>{b10db2f1-0542-421a-9e1d-4357e3be5f68}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\paint">
|
||||
<UniqueIdentifier>{59f186c8-f5f8-4499-8e19-f278d4754220}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\paint\detail">
|
||||
<UniqueIdentifier>{5acf1733-47b2-4872-a105-66c7ad15cd39}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\system">
|
||||
<UniqueIdentifier>{a81fa10e-1274-44e0-92a0-434fa28f89ae}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nana\threads">
|
||||
<UniqueIdentifier>{e95b4a72-643f-4416-af95-b0bbaf7f0c57}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\source\audio\detail\audio_device.cpp">
|
||||
<Filter>Source Files\nana\audio\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\audio\detail\audio_stream.cpp">
|
||||
<Filter>Source Files\nana\audio\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\audio\detail\buffer_preparation.cpp">
|
||||
<Filter>Source Files\nana\audio\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\audio\player.cpp">
|
||||
<Filter>Source Files\nana\audio</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\detail\win32\platform_spec.cpp">
|
||||
<Filter>Source Files\nana\detail\win32</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\filesystem\file_iterator.cpp">
|
||||
<Filter>Source Files\nana\filesystem</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\filesystem\fs_utility.cpp">
|
||||
<Filter>Source Files\nana\filesystem</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\detail\win32\bedrock.cpp">
|
||||
<Filter>Source Files\nana\gui\detail\win32</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\detail\basic_window.cpp">
|
||||
<Filter>Source Files\nana\gui\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\detail\drawer.cpp">
|
||||
<Filter>Source Files\nana\gui\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\detail\native_window_interface.cpp">
|
||||
<Filter>Source Files\nana\gui\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\detail\window_manager.cpp">
|
||||
<Filter>Source Files\nana\gui\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\skeletons\text_editor.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets\skeletons</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\button.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\categorize.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\checkbox.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\combox.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\date_chooser.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\float_listbox.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\form.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\frame.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\label.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\listbox.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\menu.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\menubar.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\panel.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\picture.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\progress.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\scroll.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\slider.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\tabbar.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\textbox.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\toolbar.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\treebox.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\widgets\widget.cpp">
|
||||
<Filter>Source Files\nana\gui\widgets</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\animation.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\basis.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\dragger.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\drawing.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\effects.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\element.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\filebox.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\layout_utility.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\msgbox.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\place.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\programming_interface.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\timer.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\tooltip.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\wvl.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\paint\detail\image_process_provider.cpp">
|
||||
<Filter>Source Files\nana\paint\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\paint\detail\native_paint_interface.cpp">
|
||||
<Filter>Source Files\nana\paint\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\paint\gadget.cpp">
|
||||
<Filter>Source Files\nana\paint</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\paint\graphics.cpp">
|
||||
<Filter>Source Files\nana\paint</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\paint\image.cpp">
|
||||
<Filter>Source Files\nana\paint</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\paint\image_process_selector.cpp">
|
||||
<Filter>Source Files\nana\paint</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\paint\pixel_buffer.cpp">
|
||||
<Filter>Source Files\nana\paint</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\paint\text_renderer.cpp">
|
||||
<Filter>Source Files\nana\paint</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\system\dataexch.cpp">
|
||||
<Filter>Source Files\nana\system</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\system\platform.cpp">
|
||||
<Filter>Source Files\nana\system</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\system\shared_wrapper.cpp">
|
||||
<Filter>Source Files\nana\system</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\system\timepiece.cpp">
|
||||
<Filter>Source Files\nana\system</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\threads\pool.cpp">
|
||||
<Filter>Source Files\nana\threads</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\any.cpp">
|
||||
<Filter>Source Files\nana</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\basic_types.cpp">
|
||||
<Filter>Source Files\nana</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\charset.cpp">
|
||||
<Filter>Source Files\nana</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\datetime.cpp">
|
||||
<Filter>Source Files\nana</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\deploy.cpp">
|
||||
<Filter>Source Files\nana</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\exceptions.cpp">
|
||||
<Filter>Source Files\nana</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\traits.cpp">
|
||||
<Filter>Source Files\nana</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\unicode_bidi.cpp">
|
||||
<Filter>Source Files\nana</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\detail\window_layout.cpp">
|
||||
<Filter>Source Files\nana\gui\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\detail\element_store.cpp">
|
||||
<Filter>Source Files\nana\gui\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\detail\bedrock_pi.cpp">
|
||||
<Filter>Source Files\nana\gui\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\detail\events_operation.cpp">
|
||||
<Filter>Source Files\nana\gui\detail</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\notifier.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\gui\state_cursor.cpp">
|
||||
<Filter>Source Files\nana\gui</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\internationalization.cpp">
|
||||
<Filter>Source Files\nana</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user