Thread: [Saggui-svn] SF.net SVN: saggui: [201] trunk (Page 3)
Status: Beta
Brought to you by:
juvinious
From: <sag...@li...> - 2006-09-13 03:11:05
|
Revision: 201 http://svn.sourceforge.net/saggui/?rev=201&view=rev Author: juvinious Date: 2006-09-12 20:07:52 -0700 (Tue, 12 Sep 2006) Log Message: ----------- Added in perl compatible regex to the lib, no need to link against it Modified Paths: -------------- trunk/default.cbd Added Paths: ----------- trunk/include/saggui/pcre/ trunk/include/saggui/pcre/config.h trunk/include/saggui/pcre/pcre.h trunk/include/saggui/pcre/pcre_internal.h trunk/include/saggui/pcre/pcre_scanner.h trunk/include/saggui/pcre/pcreposix.h trunk/include/saggui/pcre/ucp.h trunk/include/saggui/pcre/ucpinternal.h trunk/other/pcre-6.3/ trunk/other/pcre-6.3/AUTHORS trunk/other/pcre-6.3/COPYING trunk/other/pcre-6.3/ChangeLog trunk/other/pcre-6.3/INSTALL trunk/other/pcre-6.3/LICENCE trunk/other/pcre-6.3/Makefile.in trunk/other/pcre-6.3/NEWS trunk/other/pcre-6.3/NON-UNIX-USE trunk/other/pcre-6.3/README trunk/other/pcre-6.3/RunGrepTest.in trunk/other/pcre-6.3/RunTest.in trunk/other/pcre-6.3/config.guess trunk/other/pcre-6.3/config.in trunk/other/pcre-6.3/config.sub trunk/other/pcre-6.3/configure trunk/other/pcre-6.3/configure.in trunk/other/pcre-6.3/dftables.c trunk/other/pcre-6.3/doc/ trunk/other/pcre-6.3/doc/Tech.Notes trunk/other/pcre-6.3/doc/html/ trunk/other/pcre-6.3/doc/html/index.html trunk/other/pcre-6.3/doc/html/pcre.html trunk/other/pcre-6.3/doc/html/pcre_compile.html trunk/other/pcre-6.3/doc/html/pcre_compile2.html trunk/other/pcre-6.3/doc/html/pcre_config.html trunk/other/pcre-6.3/doc/html/pcre_copy_named_substring.html trunk/other/pcre-6.3/doc/html/pcre_copy_substring.html trunk/other/pcre-6.3/doc/html/pcre_dfa_exec.html trunk/other/pcre-6.3/doc/html/pcre_exec.html trunk/other/pcre-6.3/doc/html/pcre_free_substring.html trunk/other/pcre-6.3/doc/html/pcre_free_substring_list.html trunk/other/pcre-6.3/doc/html/pcre_fullinfo.html trunk/other/pcre-6.3/doc/html/pcre_get_named_substring.html trunk/other/pcre-6.3/doc/html/pcre_get_stringnumber.html trunk/other/pcre-6.3/doc/html/pcre_get_substring.html trunk/other/pcre-6.3/doc/html/pcre_get_substring_list.html trunk/other/pcre-6.3/doc/html/pcre_info.html trunk/other/pcre-6.3/doc/html/pcre_maketables.html trunk/other/pcre-6.3/doc/html/pcre_refcount.html trunk/other/pcre-6.3/doc/html/pcre_study.html trunk/other/pcre-6.3/doc/html/pcre_version.html trunk/other/pcre-6.3/doc/html/pcreapi.html trunk/other/pcre-6.3/doc/html/pcrebuild.html trunk/other/pcre-6.3/doc/html/pcrecallout.html trunk/other/pcre-6.3/doc/html/pcrecompat.html trunk/other/pcre-6.3/doc/html/pcrecpp.html trunk/other/pcre-6.3/doc/html/pcregrep.html trunk/other/pcre-6.3/doc/html/pcrematching.html trunk/other/pcre-6.3/doc/html/pcrepartial.html trunk/other/pcre-6.3/doc/html/pcrepattern.html trunk/other/pcre-6.3/doc/html/pcreperform.html trunk/other/pcre-6.3/doc/html/pcreposix.html trunk/other/pcre-6.3/doc/html/pcreprecompile.html trunk/other/pcre-6.3/doc/html/pcresample.html trunk/other/pcre-6.3/doc/html/pcretest.html trunk/other/pcre-6.3/doc/pcre.3 trunk/other/pcre-6.3/doc/pcre.txt trunk/other/pcre-6.3/doc/pcre_compile.3 trunk/other/pcre-6.3/doc/pcre_compile2.3 trunk/other/pcre-6.3/doc/pcre_config.3 trunk/other/pcre-6.3/doc/pcre_copy_named_substring.3 trunk/other/pcre-6.3/doc/pcre_copy_substring.3 trunk/other/pcre-6.3/doc/pcre_dfa_exec.3 trunk/other/pcre-6.3/doc/pcre_exec.3 trunk/other/pcre-6.3/doc/pcre_free_substring.3 trunk/other/pcre-6.3/doc/pcre_free_substring_list.3 trunk/other/pcre-6.3/doc/pcre_fullinfo.3 trunk/other/pcre-6.3/doc/pcre_get_named_substring.3 trunk/other/pcre-6.3/doc/pcre_get_stringnumber.3 trunk/other/pcre-6.3/doc/pcre_get_substring.3 trunk/other/pcre-6.3/doc/pcre_get_substring_list.3 trunk/other/pcre-6.3/doc/pcre_info.3 trunk/other/pcre-6.3/doc/pcre_maketables.3 trunk/other/pcre-6.3/doc/pcre_refcount.3 trunk/other/pcre-6.3/doc/pcre_study.3 trunk/other/pcre-6.3/doc/pcre_version.3 trunk/other/pcre-6.3/doc/pcreapi.3 trunk/other/pcre-6.3/doc/pcrebuild.3 trunk/other/pcre-6.3/doc/pcrecallout.3 trunk/other/pcre-6.3/doc/pcrecompat.3 trunk/other/pcre-6.3/doc/pcrecpp.3 trunk/other/pcre-6.3/doc/pcregrep.1 trunk/other/pcre-6.3/doc/pcregrep.txt trunk/other/pcre-6.3/doc/pcrematching.3 trunk/other/pcre-6.3/doc/pcrepartial.3 trunk/other/pcre-6.3/doc/pcrepattern.3 trunk/other/pcre-6.3/doc/pcreperform.3 trunk/other/pcre-6.3/doc/pcreposix.3 trunk/other/pcre-6.3/doc/pcreprecompile.3 trunk/other/pcre-6.3/doc/pcresample.3 trunk/other/pcre-6.3/doc/pcretest.1 trunk/other/pcre-6.3/doc/pcretest.txt trunk/other/pcre-6.3/doc/perltest.txt trunk/other/pcre-6.3/install-sh trunk/other/pcre-6.3/libpcre.def trunk/other/pcre-6.3/libpcre.pc.in trunk/other/pcre-6.3/libpcreposix.def trunk/other/pcre-6.3/ltmain.sh trunk/other/pcre-6.3/makevp.bat trunk/other/pcre-6.3/mkinstalldirs trunk/other/pcre-6.3/pcre-config.in trunk/other/pcre-6.3/pcre.def trunk/other/pcre-6.3/pcre.in trunk/other/pcre-6.3/pcre_compile.c trunk/other/pcre-6.3/pcre_config.c trunk/other/pcre-6.3/pcre_dfa_exec.c trunk/other/pcre-6.3/pcre_exec.c trunk/other/pcre-6.3/pcre_fullinfo.c trunk/other/pcre-6.3/pcre_get.c trunk/other/pcre-6.3/pcre_globals.c trunk/other/pcre-6.3/pcre_info.c trunk/other/pcre-6.3/pcre_internal.h trunk/other/pcre-6.3/pcre_maketables.c trunk/other/pcre-6.3/pcre_ord2utf8.c trunk/other/pcre-6.3/pcre_printint.c trunk/other/pcre-6.3/pcre_refcount.c trunk/other/pcre-6.3/pcre_scanner.cc trunk/other/pcre-6.3/pcre_scanner.h trunk/other/pcre-6.3/pcre_scanner_unittest.cc trunk/other/pcre-6.3/pcre_stringpiece.cc trunk/other/pcre-6.3/pcre_stringpiece.h.in trunk/other/pcre-6.3/pcre_stringpiece_unittest.cc trunk/other/pcre-6.3/pcre_study.c trunk/other/pcre-6.3/pcre_tables.c trunk/other/pcre-6.3/pcre_try_flipped.c trunk/other/pcre-6.3/pcre_ucp_findchar.c trunk/other/pcre-6.3/pcre_valid_utf8.c trunk/other/pcre-6.3/pcre_version.c trunk/other/pcre-6.3/pcre_xclass.c trunk/other/pcre-6.3/pcrecpp.cc trunk/other/pcre-6.3/pcrecpp.h.in trunk/other/pcre-6.3/pcrecpp_unittest.cc trunk/other/pcre-6.3/pcredemo.c trunk/other/pcre-6.3/pcregrep.c trunk/other/pcre-6.3/pcreposix.c trunk/other/pcre-6.3/pcreposix.h trunk/other/pcre-6.3/pcretest.c trunk/other/pcre-6.3/perltest trunk/other/pcre-6.3/testdata/ trunk/other/pcre-6.3/testdata/grepinput trunk/other/pcre-6.3/testdata/grepinputx trunk/other/pcre-6.3/testdata/greplist trunk/other/pcre-6.3/testdata/grepoutput trunk/other/pcre-6.3/testdata/testinput1 trunk/other/pcre-6.3/testdata/testinput2 trunk/other/pcre-6.3/testdata/testinput3 trunk/other/pcre-6.3/testdata/testinput4 trunk/other/pcre-6.3/testdata/testinput5 trunk/other/pcre-6.3/testdata/testinput6 trunk/other/pcre-6.3/testdata/testinput7 trunk/other/pcre-6.3/testdata/testinput8 trunk/other/pcre-6.3/testdata/testinput9 trunk/other/pcre-6.3/testdata/testoutput1 trunk/other/pcre-6.3/testdata/testoutput2 trunk/other/pcre-6.3/testdata/testoutput3 trunk/other/pcre-6.3/testdata/testoutput4 trunk/other/pcre-6.3/testdata/testoutput5 trunk/other/pcre-6.3/testdata/testoutput6 trunk/other/pcre-6.3/testdata/testoutput7 trunk/other/pcre-6.3/testdata/testoutput8 trunk/other/pcre-6.3/testdata/testoutput9 trunk/other/pcre-6.3/ucp.h trunk/other/pcre-6.3/ucp_findchar.c trunk/other/pcre-6.3/ucpinternal.h trunk/other/pcre-6.3/ucptable.c trunk/src/pcre/ trunk/src/pcre/dftables.c trunk/src/pcre/pcre_compile.c trunk/src/pcre/pcre_config.c trunk/src/pcre/pcre_dfa_exec.c trunk/src/pcre/pcre_exec.c trunk/src/pcre/pcre_fullinfo.c trunk/src/pcre/pcre_get.c trunk/src/pcre/pcre_globals.c trunk/src/pcre/pcre_info.c trunk/src/pcre/pcre_maketables.c trunk/src/pcre/pcre_ord2utf8.c trunk/src/pcre/pcre_printint.c trunk/src/pcre/pcre_refcount.c trunk/src/pcre/pcre_scanner.cc trunk/src/pcre/pcre_scanner_unittest.cc trunk/src/pcre/pcre_stringpiece.cc trunk/src/pcre/pcre_stringpiece_unittest.cc trunk/src/pcre/pcre_study.c trunk/src/pcre/pcre_tables.c trunk/src/pcre/pcre_try_flipped.c trunk/src/pcre/pcre_ucp_findchar.c trunk/src/pcre/pcre_valid_utf8.c trunk/src/pcre/pcre_version.c trunk/src/pcre/pcre_xclass.c trunk/src/pcre/pcrecpp.cc trunk/src/pcre/pcrecpp_unittest.cc trunk/src/pcre/pcredemo.c trunk/src/pcre/pcregrep.c trunk/src/pcre/pcreposix.c trunk/src/pcre/pcretest.c trunk/src/pcre/ucp_findchar.c trunk/src/pcre/ucptable.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-09-13 03:53:55
|
Revision: 202 http://svn.sourceforge.net/saggui/?rev=202&view=rev Author: juvinious Date: 2006-09-12 20:53:44 -0700 (Tue, 12 Sep 2006) Log Message: ----------- Missed a header for pcre Modified Paths: -------------- trunk/default.cbd trunk/demo/src/Main.cpp Added Paths: ----------- trunk/include/saggui/pcre/pcrecpp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-09-13 11:50:49
|
Revision: 203 http://svn.sourceforge.net/saggui/?rev=203&view=rev Author: juvinious Date: 2006-09-13 04:50:31 -0700 (Wed, 13 Sep 2006) Log Message: ----------- Added paramater to ctor of window to set the window type. Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/include/saggui/window.h trunk/src/gui_manager.cpp trunk/src/widgets/box.cpp trunk/src/widgets/input_box.cpp trunk/src/widgets/progress_bar.cpp trunk/src/widgets/scroll_bar.cpp trunk/src/widgets/text_box.cpp trunk/src/window.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-09-18 07:45:36
|
Revision: 206 http://svn.sourceforge.net/saggui/?rev=206&view=rev Author: juvinious Date: 2006-09-18 00:45:25 -0700 (Mon, 18 Sep 2006) Log Message: ----------- Cleaned up Main.cpp a bit. Finally fixed SDL input problems, SDL_PeepEvents ftw\! Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/src/sdl/sdl_keyinput.cpp trunk/src/sdl/sdl_mouse.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-09-19 07:29:29
|
Revision: 208 http://svn.sourceforge.net/saggui/?rev=208&view=rev Author: juvinious Date: 2006-09-19 00:29:14 -0700 (Tue, 19 Sep 2006) Log Message: ----------- Removed verase.ttf as it is already the default font. Improved font rendering for buffered modes about 20-40 percent better fps increased 10-15. Removed unused graphic workBitmap in font Modified Paths: -------------- trunk/default.cbd trunk/include/saggui/font.h trunk/src/font.cpp Removed Paths: ------------- trunk/demo/data/verase.ttf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-09 03:28:47
|
Revision: 211 http://svn.sourceforge.net/saggui/?rev=211&view=rev Author: juvinious Date: 2006-10-08 20:28:35 -0700 (Sun, 08 Oct 2006) Log Message: ----------- Started working on documenting the lib on howto Install, Setup and use the library.. Not complete yet. Changed the doxygen filename to something simpler. Made a function in ol_gfx to be housed by the class. Modified Paths: -------------- trunk/default.cbd trunk/docs/Doxyfile trunk/include/saggui/openlayer/ol_gfx.h trunk/src/openlayer/ol_gfx.cpp Added Paths: ----------- trunk/docs/pagedata Removed Paths: ------------- trunk/docs/DOXY_README This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-10 04:14:59
|
Revision: 215 http://svn.sourceforge.net/saggui/?rev=215&view=rev Author: juvinious Date: 2006-10-09 21:14:47 -0700 (Mon, 09 Oct 2006) Log Message: ----------- Made the public functions of mouseManager and keyInputManager static, makes it easier to call the necessary items Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/docs/pagedata trunk/include/saggui/keyinput_manager.h trunk/include/saggui/mouse_manager.h trunk/src/keyinput_manager.cpp trunk/src/mouse_manager.cpp trunk/src/widgets/scroll_bar.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-11 03:08:40
|
Revision: 217 http://svn.sourceforge.net/saggui/?rev=217&view=rev Author: juvinious Date: 2006-10-10 20:06:17 -0700 (Tue, 10 Oct 2006) Log Message: ----------- Updated pcre from 6.3 to 6.7 Modified Paths: -------------- trunk/default.cbd trunk/docs/pagedata trunk/include/saggui/pcre/config.h trunk/include/saggui/pcre/pcre.h trunk/include/saggui/pcre/pcre_internal.h trunk/include/saggui/pcre/pcrecpp.h trunk/include/saggui/pcre/pcreposix.h trunk/include/saggui/pcre/ucp.h trunk/include/saggui/pcre/ucpinternal.h trunk/src/pcre/dftables.c trunk/src/pcre/pcre_compile.c trunk/src/pcre/pcre_config.c trunk/src/pcre/pcre_dfa_exec.c trunk/src/pcre/pcre_exec.c trunk/src/pcre/pcre_fullinfo.c trunk/src/pcre/pcre_get.c trunk/src/pcre/pcre_globals.c trunk/src/pcre/pcre_info.c trunk/src/pcre/pcre_maketables.c trunk/src/pcre/pcre_ord2utf8.c trunk/src/pcre/pcre_printint.c trunk/src/pcre/pcre_refcount.c trunk/src/pcre/pcre_scanner.cc trunk/src/pcre/pcre_study.c trunk/src/pcre/pcre_tables.c trunk/src/pcre/pcre_try_flipped.c trunk/src/pcre/pcre_valid_utf8.c trunk/src/pcre/pcre_version.c trunk/src/pcre/pcre_xclass.c trunk/src/pcre/pcrecpp.cc trunk/src/pcre/pcredemo.c trunk/src/pcre/pcregrep.c trunk/src/pcre/pcreposix.c trunk/src/pcre/ucptable.c Added Paths: ----------- trunk/include/saggui/pcre/pcrecpparg.h trunk/other/pcre-6.7/ trunk/other/pcre-6.7/AUTHORS trunk/other/pcre-6.7/COPYING trunk/other/pcre-6.7/ChangeLog trunk/other/pcre-6.7/INSTALL trunk/other/pcre-6.7/LICENCE trunk/other/pcre-6.7/Makefile.in trunk/other/pcre-6.7/NEWS trunk/other/pcre-6.7/NON-UNIX-USE trunk/other/pcre-6.7/README trunk/other/pcre-6.7/RunGrepTest.in trunk/other/pcre-6.7/RunTest.in trunk/other/pcre-6.7/config.guess trunk/other/pcre-6.7/config.h.in trunk/other/pcre-6.7/config.sub trunk/other/pcre-6.7/configure trunk/other/pcre-6.7/configure.ac trunk/other/pcre-6.7/dftables.c trunk/other/pcre-6.7/doc/ trunk/other/pcre-6.7/doc/Tech.Notes trunk/other/pcre-6.7/doc/html/ trunk/other/pcre-6.7/doc/html/index.html trunk/other/pcre-6.7/doc/html/pcre.html trunk/other/pcre-6.7/doc/html/pcre_compile.html trunk/other/pcre-6.7/doc/html/pcre_compile2.html trunk/other/pcre-6.7/doc/html/pcre_config.html trunk/other/pcre-6.7/doc/html/pcre_copy_named_substring.html trunk/other/pcre-6.7/doc/html/pcre_copy_substring.html trunk/other/pcre-6.7/doc/html/pcre_dfa_exec.html trunk/other/pcre-6.7/doc/html/pcre_exec.html trunk/other/pcre-6.7/doc/html/pcre_free_substring.html trunk/other/pcre-6.7/doc/html/pcre_free_substring_list.html trunk/other/pcre-6.7/doc/html/pcre_fullinfo.html trunk/other/pcre-6.7/doc/html/pcre_get_named_substring.html trunk/other/pcre-6.7/doc/html/pcre_get_stringnumber.html trunk/other/pcre-6.7/doc/html/pcre_get_stringtable_entries.html trunk/other/pcre-6.7/doc/html/pcre_get_substring.html trunk/other/pcre-6.7/doc/html/pcre_get_substring_list.html trunk/other/pcre-6.7/doc/html/pcre_info.html trunk/other/pcre-6.7/doc/html/pcre_maketables.html trunk/other/pcre-6.7/doc/html/pcre_refcount.html trunk/other/pcre-6.7/doc/html/pcre_study.html trunk/other/pcre-6.7/doc/html/pcre_version.html trunk/other/pcre-6.7/doc/html/pcreapi.html trunk/other/pcre-6.7/doc/html/pcrebuild.html trunk/other/pcre-6.7/doc/html/pcrecallout.html trunk/other/pcre-6.7/doc/html/pcrecompat.html trunk/other/pcre-6.7/doc/html/pcrecpp.html trunk/other/pcre-6.7/doc/html/pcregrep.html trunk/other/pcre-6.7/doc/html/pcrematching.html trunk/other/pcre-6.7/doc/html/pcrepartial.html trunk/other/pcre-6.7/doc/html/pcrepattern.html trunk/other/pcre-6.7/doc/html/pcreperform.html trunk/other/pcre-6.7/doc/html/pcreposix.html trunk/other/pcre-6.7/doc/html/pcreprecompile.html trunk/other/pcre-6.7/doc/html/pcresample.html trunk/other/pcre-6.7/doc/html/pcrestack.html trunk/other/pcre-6.7/doc/html/pcretest.html trunk/other/pcre-6.7/doc/pcre.3 trunk/other/pcre-6.7/doc/pcre.txt trunk/other/pcre-6.7/doc/pcre_compile.3 trunk/other/pcre-6.7/doc/pcre_compile2.3 trunk/other/pcre-6.7/doc/pcre_config.3 trunk/other/pcre-6.7/doc/pcre_copy_named_substring.3 trunk/other/pcre-6.7/doc/pcre_copy_substring.3 trunk/other/pcre-6.7/doc/pcre_dfa_exec.3 trunk/other/pcre-6.7/doc/pcre_exec.3 trunk/other/pcre-6.7/doc/pcre_free_substring.3 trunk/other/pcre-6.7/doc/pcre_free_substring_list.3 trunk/other/pcre-6.7/doc/pcre_fullinfo.3 trunk/other/pcre-6.7/doc/pcre_get_named_substring.3 trunk/other/pcre-6.7/doc/pcre_get_stringnumber.3 trunk/other/pcre-6.7/doc/pcre_get_stringtable_entries.3 trunk/other/pcre-6.7/doc/pcre_get_substring.3 trunk/other/pcre-6.7/doc/pcre_get_substring_list.3 trunk/other/pcre-6.7/doc/pcre_info.3 trunk/other/pcre-6.7/doc/pcre_maketables.3 trunk/other/pcre-6.7/doc/pcre_refcount.3 trunk/other/pcre-6.7/doc/pcre_study.3 trunk/other/pcre-6.7/doc/pcre_version.3 trunk/other/pcre-6.7/doc/pcreapi.3 trunk/other/pcre-6.7/doc/pcrebuild.3 trunk/other/pcre-6.7/doc/pcrecallout.3 trunk/other/pcre-6.7/doc/pcrecompat.3 trunk/other/pcre-6.7/doc/pcrecpp.3 trunk/other/pcre-6.7/doc/pcregrep.1 trunk/other/pcre-6.7/doc/pcregrep.txt trunk/other/pcre-6.7/doc/pcrematching.3 trunk/other/pcre-6.7/doc/pcrepartial.3 trunk/other/pcre-6.7/doc/pcrepattern.3 trunk/other/pcre-6.7/doc/pcreperform.3 trunk/other/pcre-6.7/doc/pcreposix.3 trunk/other/pcre-6.7/doc/pcreprecompile.3 trunk/other/pcre-6.7/doc/pcresample.3 trunk/other/pcre-6.7/doc/pcrestack.3 trunk/other/pcre-6.7/doc/pcretest.1 trunk/other/pcre-6.7/doc/pcretest.txt trunk/other/pcre-6.7/doc/perltest.txt trunk/other/pcre-6.7/install-sh trunk/other/pcre-6.7/libpcre.def trunk/other/pcre-6.7/libpcre.pc.in trunk/other/pcre-6.7/libpcreposix.def trunk/other/pcre-6.7/ltmain.sh trunk/other/pcre-6.7/makevp.bat trunk/other/pcre-6.7/mkinstalldirs trunk/other/pcre-6.7/pcre-config.in trunk/other/pcre-6.7/pcre.def trunk/other/pcre-6.7/pcre.h trunk/other/pcre-6.7/pcre_compile.c trunk/other/pcre-6.7/pcre_config.c trunk/other/pcre-6.7/pcre_dfa_exec.c trunk/other/pcre-6.7/pcre_exec.c trunk/other/pcre-6.7/pcre_fullinfo.c trunk/other/pcre-6.7/pcre_get.c trunk/other/pcre-6.7/pcre_globals.c trunk/other/pcre-6.7/pcre_info.c trunk/other/pcre-6.7/pcre_internal.h trunk/other/pcre-6.7/pcre_maketables.c trunk/other/pcre-6.7/pcre_ord2utf8.c trunk/other/pcre-6.7/pcre_printint.src trunk/other/pcre-6.7/pcre_refcount.c trunk/other/pcre-6.7/pcre_scanner.cc trunk/other/pcre-6.7/pcre_scanner.h trunk/other/pcre-6.7/pcre_scanner_unittest.cc trunk/other/pcre-6.7/pcre_stringpiece.cc trunk/other/pcre-6.7/pcre_stringpiece.h.in trunk/other/pcre-6.7/pcre_stringpiece_unittest.cc trunk/other/pcre-6.7/pcre_study.c trunk/other/pcre-6.7/pcre_tables.c trunk/other/pcre-6.7/pcre_try_flipped.c trunk/other/pcre-6.7/pcre_ucp_searchfuncs.c trunk/other/pcre-6.7/pcre_valid_utf8.c trunk/other/pcre-6.7/pcre_version.c trunk/other/pcre-6.7/pcre_xclass.c trunk/other/pcre-6.7/pcrecpp.cc trunk/other/pcre-6.7/pcrecpp.h trunk/other/pcre-6.7/pcrecpp_unittest.cc trunk/other/pcre-6.7/pcrecpparg.h.in trunk/other/pcre-6.7/pcredemo.c trunk/other/pcre-6.7/pcregrep.c trunk/other/pcre-6.7/pcreposix.c trunk/other/pcre-6.7/pcreposix.h trunk/other/pcre-6.7/pcretest.c trunk/other/pcre-6.7/perltest trunk/other/pcre-6.7/testdata/ trunk/other/pcre-6.7/testdata/grepinput trunk/other/pcre-6.7/testdata/grepinputx trunk/other/pcre-6.7/testdata/greplist trunk/other/pcre-6.7/testdata/grepoutput trunk/other/pcre-6.7/testdata/testinput1 trunk/other/pcre-6.7/testdata/testinput2 trunk/other/pcre-6.7/testdata/testinput3 trunk/other/pcre-6.7/testdata/testinput4 trunk/other/pcre-6.7/testdata/testinput5 trunk/other/pcre-6.7/testdata/testinput6 trunk/other/pcre-6.7/testdata/testinput7 trunk/other/pcre-6.7/testdata/testinput8 trunk/other/pcre-6.7/testdata/testinput9 trunk/other/pcre-6.7/testdata/testoutput1 trunk/other/pcre-6.7/testdata/testoutput2 trunk/other/pcre-6.7/testdata/testoutput3 trunk/other/pcre-6.7/testdata/testoutput4 trunk/other/pcre-6.7/testdata/testoutput5 trunk/other/pcre-6.7/testdata/testoutput6 trunk/other/pcre-6.7/testdata/testoutput7 trunk/other/pcre-6.7/testdata/testoutput8 trunk/other/pcre-6.7/testdata/testoutput9 trunk/other/pcre-6.7/ucp.h trunk/other/pcre-6.7/ucpinternal.h trunk/other/pcre-6.7/ucptable.c trunk/src/pcre/pcre_ucp_searchfuncs.c Removed Paths: ------------- trunk/other/pcre-6.3/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-11 09:33:13
|
Revision: 218 http://svn.sourceforge.net/saggui/?rev=218&view=rev Author: juvinious Date: 2006-10-11 02:33:04 -0700 (Wed, 11 Oct 2006) Log Message: ----------- Added a utils directory and added my bitmap dumper that creates a char array of the bitmap loadable by graphic Modified Paths: -------------- trunk/docs/pagedata Added Paths: ----------- trunk/utils/ trunk/utils/bmpdump/ trunk/utils/bmpdump/bmpdump.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-13 19:23:34
|
Revision: 219 http://svn.sourceforge.net/saggui/?rev=219&view=rev Author: juvinious Date: 2006-10-13 12:23:20 -0700 (Fri, 13 Oct 2006) Log Message: ----------- Added in new files for allegrogl support, the drivers still need to be completed Modified Paths: -------------- trunk/default.cbd trunk/docs/Doxyfile trunk/include/saggui/graphics.h trunk/include/saggui/library_factory.h trunk/src/library_factory.cpp Added Paths: ----------- trunk/include/saggui/agl/ trunk/include/saggui/agl/agl_factory.h trunk/include/saggui/agl/agl_gfx.h trunk/include/saggui/agl/agl_system.h trunk/src/agl/ trunk/src/agl/agl_factory.cpp trunk/src/agl/agl_gfx.cpp trunk/src/agl/agl_system.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-13 20:55:27
|
Revision: 220 http://svn.sourceforge.net/saggui/?rev=220&view=rev Author: juvinious Date: 2006-10-13 13:55:15 -0700 (Fri, 13 Oct 2006) Log Message: ----------- Removed agl_gfx as it's not needed, agl re-uses allegros routines and allegrogl is now supported. Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/include/saggui/agl/agl_factory.h trunk/include/saggui/agl/agl_system.h trunk/src/agl/agl_factory.cpp trunk/src/agl/agl_system.cpp Removed Paths: ------------- trunk/include/saggui/agl/agl_gfx.h trunk/src/agl/agl_gfx.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-14 03:42:22
|
Revision: 221 http://svn.sourceforge.net/saggui/?rev=221&view=rev Author: juvinious Date: 2006-10-13 20:42:15 -0700 (Fri, 13 Oct 2006) Log Message: ----------- Fixed pcre problem again on windows. Fixed problem with having both allegro and sdl support in the demo. Modified Paths: -------------- trunk/default.cbd trunk/demo/src/Main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-17 08:58:57
|
Revision: 223 http://svn.sourceforge.net/saggui/?rev=223&view=rev Author: juvinious Date: 2006-10-17 01:58:28 -0700 (Tue, 17 Oct 2006) Log Message: ----------- Fixed install issues, missing files and some other misc items Modified Paths: -------------- trunk/default.cbd trunk/include/saggui/agl/agl_factory.h trunk/include/saggui/agl/agl_system.h trunk/include/saggui/allegro/al_factory.h trunk/include/saggui/allegro/al_gfx.h trunk/include/saggui/allegro/al_keyinput.h trunk/include/saggui/allegro/al_mouse.h trunk/include/saggui/allegro/al_system.h trunk/include/saggui/openlayer/ol_factory.h trunk/include/saggui/openlayer/ol_gfx.h trunk/include/saggui/openlayer/ol_system.h trunk/include/saggui/pcre/pcrecpp.h trunk/include/saggui/sdl/sdl_factory.h trunk/include/saggui/sdl/sdl_gfx.h trunk/include/saggui/sdl/sdl_keyinput.h trunk/include/saggui/sdl/sdl_mouse.h trunk/include/saggui/sdl/sdl_system.h trunk/include/saggui/system_graphics.h trunk/include/saggui/widgets/box.h trunk/include/saggui/widgets/input_box.h trunk/include/saggui/widgets/label.h trunk/include/saggui/widgets/progress_bar.h trunk/include/saggui/widgets/scroll_bar.h trunk/include/saggui/widgets/text_box.h trunk/include/saggui/window.h trunk/src/gui_manager.cpp trunk/src/widgets/scroll_bar.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-18 04:16:37
|
Revision: 224 http://svn.sourceforge.net/saggui/?rev=224&view=rev Author: juvinious Date: 2006-10-17 21:16:28 -0700 (Tue, 17 Oct 2006) Log Message: ----------- Made some more fixes for windows install. Modified Paths: -------------- trunk/default.cbd trunk/include/saggui/timer.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-19 04:21:13
|
Revision: 226 http://svn.sourceforge.net/saggui/?rev=226&view=rev Author: juvinious Date: 2006-10-18 21:20:56 -0700 (Wed, 18 Oct 2006) Log Message: ----------- Cleaned up the api some more. Fixed warnings that pcre was giving. Made demo default to the first enabled lib. Modified Paths: -------------- trunk/default.cbd trunk/demo/src/Main.cpp trunk/include/saggui/font_manager.h trunk/include/saggui/graphic_manager.h trunk/include/saggui/resource_manager.h trunk/src/font.cpp trunk/src/font_manager.cpp trunk/src/graphic_manager.cpp trunk/src/resource_manager.cpp trunk/src/widgets/input_box.cpp trunk/src/widgets/label.cpp trunk/src/widgets/text_box.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-19 09:09:05
|
Revision: 227 http://svn.sourceforge.net/saggui/?rev=227&view=rev Author: juvinious Date: 2006-10-19 02:08:55 -0700 (Thu, 19 Oct 2006) Log Message: ----------- Added button widget to collection. Still needs to be finished Modified Paths: -------------- trunk/docs/pagedata Added Paths: ----------- trunk/include/saggui/widgets/button.h trunk/src/widgets/button.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-24 10:22:33
|
Revision: 229 http://svn.sourceforge.net/saggui/?rev=229&view=rev Author: juvinious Date: 2006-10-24 03:22:14 -0700 (Tue, 24 Oct 2006) Log Message: ----------- Huge cleanup of the build script and entire source tree. Removed other directory, just way too much files. I have referenced the libraries that I include with this lib in order to find the source, which is available herein. Moved library detection from within the cbuild script to seperate scripts, idea taken from randylin and fakenes. In process of adding support for SDL with opengl contexts. Now to test it on windows Modified Paths: -------------- trunk/README trunk/default.cbd trunk/include/saggui/widgets/button.h trunk/src/sdl/sdl_system.cpp trunk/src/widgets/button.cpp Added Paths: ----------- trunk/build/ trunk/build/agl.c trunk/build/agl.cbd trunk/build/allegro.c trunk/build/allegro.cbd trunk/build/freetype.c trunk/build/freetype.cbd trunk/build/opengl.c trunk/build/opengl.cbd trunk/build/openlayer.cbd trunk/build/openlayer.cpp trunk/build/sdl.c trunk/build/sdl.cbd trunk/build/sdlgl.c trunk/build/sdlgl.cbd trunk/include/saggui/sdlgl/ trunk/include/saggui/sdlgl/sdlgl_factory.h trunk/include/saggui/sdlgl/sdlgl_system.h trunk/src/sdlgl/ trunk/src/sdlgl/sdlgl_factory.cpp trunk/src/sdlgl/sdlgl_system.cpp Removed Paths: ------------- trunk/other/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-24 10:38:13
|
Revision: 230 http://svn.sourceforge.net/saggui/?rev=230&view=rev Author: juvinious Date: 2006-10-24 03:38:05 -0700 (Tue, 24 Oct 2006) Log Message: ----------- More changes to cbuild script Modified Paths: -------------- trunk/README trunk/default.cbd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-25 08:09:08
|
Revision: 232 http://svn.sourceforge.net/saggui/?rev=232&view=rev Author: juvinious Date: 2006-10-25 01:08:55 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Added extra items to the sdlgl drivers Modified Paths: -------------- trunk/include/saggui/sdlgl/sdlgl_factory.h trunk/include/saggui/sdlgl/sdlgl_system.h trunk/src/sdlgl/sdlgl_factory.cpp trunk/src/sdlgl/sdlgl_system.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-26 01:38:53
|
Revision: 233 http://svn.sourceforge.net/saggui/?rev=233&view=rev Author: juvinious Date: 2006-10-25 18:38:36 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Added in licenses for pcre and slotsig. Begun changes for library adding. And fixed some sdl gl stuff, still not useable. Modified Paths: -------------- trunk/include/saggui/graphics.h trunk/include/saggui/library_factory.h trunk/include/saggui/resource_manager.h trunk/include/saggui/sdlgl/sdlgl_factory.h trunk/include/saggui/sdlgl/sdlgl_system.h trunk/src/library_factory.cpp trunk/src/resource_manager.cpp trunk/src/sdl/sdl_system.cpp trunk/src/sdlgl/sdlgl_factory.cpp trunk/src/sdlgl/sdlgl_system.cpp Added Paths: ----------- trunk/OTHER_LICENSES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-26 01:39:51
|
Revision: 234 http://svn.sourceforge.net/saggui/?rev=234&view=rev Author: juvinious Date: 2006-10-25 18:39:42 -0700 (Wed, 25 Oct 2006) Log Message: ----------- Oops forgot to add the sdl gl graphic files Added Paths: ----------- trunk/include/saggui/sdlgl/sdlgl_gfx.h trunk/src/sdlgl/sdlgl_gfx.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-27 01:43:45
|
Revision: 236 http://svn.sourceforge.net/saggui/?rev=236&view=rev Author: juvinious Date: 2006-10-26 18:43:27 -0700 (Thu, 26 Oct 2006) Log Message: ----------- Removed some inter class dependencies that prevented end user from creating their own backend driver. Updated some sdlgl stuff, still not ready. Modified Paths: -------------- trunk/build/sdlgl.cbd trunk/default.cbd trunk/include/saggui/graphics.h trunk/include/saggui/system.h trunk/include/saggui/system_factory.h trunk/src/agl/agl_system.cpp trunk/src/allegro/al_system.cpp trunk/src/openlayer/ol_system.cpp trunk/src/sdl/sdl_system.cpp trunk/src/sdlgl/sdlgl_system.cpp trunk/src/system.cpp Added Paths: ----------- trunk/build/header.cbd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-27 07:22:52
|
Revision: 237 http://svn.sourceforge.net/saggui/?rev=237&view=rev Author: juvinious Date: 2006-10-27 00:22:33 -0700 (Fri, 27 Oct 2006) Log Message: ----------- Finished button implementation. Added one to the demo. Replaced the buttons on the scrollbar with real buttons. Updated some sdlgl, no progress yet. Modified Paths: -------------- trunk/build/header.cbd trunk/build/sdlgl.c trunk/demo/src/Main.cpp trunk/include/saggui/gui_manager.h trunk/include/saggui/library_factory.h trunk/include/saggui/system_graphics.h trunk/include/saggui/widgets/button.h trunk/include/saggui/widgets/scroll_bar.h trunk/src/gui_manager.cpp trunk/src/library_factory.cpp trunk/src/resource_manager.cpp trunk/src/sdlgl/sdlgl_gfx.cpp trunk/src/sdlgl/sdlgl_system.cpp trunk/src/widgets/button.cpp trunk/src/widgets/label.cpp trunk/src/widgets/scroll_bar.cpp trunk/src/window.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-10-27 15:01:59
|
Revision: 238 http://svn.sourceforge.net/saggui/?rev=238&view=rev Author: juvinious Date: 2006-10-27 08:01:40 -0700 (Fri, 27 Oct 2006) Log Message: ----------- Updated some minor problems Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/docs/pagedata trunk/docs/snap.jpg trunk/include/saggui/widgets/button.h trunk/src/sdl/sdl_system.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-11-07 08:03:39
|
Revision: 243 http://svn.sourceforge.net/saggui/?rev=243&view=rev Author: juvinious Date: 2006-11-07 00:03:29 -0800 (Tue, 07 Nov 2006) Log Message: ----------- Begun adding cmake build scripts Added Paths: ----------- trunk/CMakeLists.txt trunk/build/CMakeMacros.cmake trunk/build/cmake_uninstall.cmake.in trunk/build/saggui.h.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |