saggui-svn Mailing List for Simplified All Gaming GUI (Page 6)
Status: Beta
Brought to you by:
juvinious
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(30) |
Jul
(86) |
Aug
(19) |
Sep
(30) |
Oct
(32) |
Nov
(29) |
Dec
(25) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(47) |
Feb
(55) |
Mar
(9) |
Apr
(17) |
May
(21) |
Jun
|
Jul
(8) |
Aug
(15) |
Sep
(4) |
Oct
|
Nov
|
Dec
(6) |
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <sag...@li...> - 2007-02-09 01:05:53
|
Revision: 356 http://svn.sourceforge.net/saggui/?rev=356&view=rev Author: juvinious Date: 2007-02-08 17:05:51 -0800 (Thu, 08 Feb 2007) Log Message: ----------- Fixed cmake build issues on windows Modified Paths: -------------- trunk/CMakeLists.txt trunk/examples/demo/CMakeLists.txt trunk/examples/gamedemo/CMakeLists.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-02-08 23:39:13
|
Revision: 355 http://svn.sourceforge.net/saggui/?rev=355&view=rev Author: juvinious Date: 2007-02-08 15:39:11 -0800 (Thu, 08 Feb 2007) Log Message: ----------- Added in rounded rect method to graphics. More niceties to default style. default scheme wip Modified Paths: -------------- trunk/CHANGELOG trunk/CMakeLists.txt trunk/cmake/saggui.h.in trunk/examples/demo/CMakeLists.txt trunk/examples/gamedemo/CMakeLists.txt trunk/examples/gamedemo/src/allegro.cpp trunk/examples/gamedemo/src/allegrogl.cpp trunk/examples/gamedemo/src/openlayer.cpp trunk/examples/gamedemo/src/sdl.cpp trunk/examples/gamedemo/src/sdlgl.cpp trunk/include/saggui/graphics.h trunk/include/saggui/scheme.h trunk/include/saggui/schemes/defaultscheme.h trunk/include/saggui/style.h trunk/include/saggui/widgets/button.h trunk/include/saggui/window.h trunk/modules/allegro/include/al_gfx.h trunk/modules/allegro/src/al_gfx.cpp trunk/modules/openlayer/include/ol_gfx.h trunk/modules/sdl/include/sdl_gfx.h trunk/modules/sdl/src/sdl_gfx.cpp trunk/modules/sdlgl/include/sdlgl_gfx.h trunk/src/graphics.cpp trunk/src/gui_manager.cpp trunk/src/scheme.cpp trunk/src/schemes/defaultscheme.cpp trunk/src/style.cpp trunk/src/widgets/button.cpp trunk/src/widgets/progress_bar.cpp trunk/src/widgets/radial.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...> - 2007-02-07 18:23:33
|
Revision: 354 http://svn.sourceforge.net/saggui/?rev=354&view=rev Author: juvinious Date: 2007-02-07 10:23:29 -0800 (Wed, 07 Feb 2007) Log Message: ----------- Returned color back to windows, though this is just a plain default scheme, very ugly Modified Paths: -------------- trunk/src/scheme.cpp trunk/src/schemes/defaultscheme.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-02-07 13:39:25
|
Revision: 353 http://svn.sourceforge.net/saggui/?rev=353&view=rev Author: juvinious Date: 2007-02-07 05:39:11 -0800 (Wed, 07 Feb 2007) Log Message: ----------- Added in color vector to scheme and window. Transitioning to new scheme and style system. Modified Paths: -------------- trunk/CHANGELOG trunk/examples/demo/include/test_classes.h trunk/examples/demo/src/test_classes.cpp trunk/examples/gamedemo/include/gamedemo.h trunk/examples/gamedemo/src/allegro.cpp trunk/examples/gamedemo/src/allegrogl.cpp trunk/examples/gamedemo/src/gamedemo.cpp trunk/examples/gamedemo/src/openlayer.cpp trunk/examples/gamedemo/src/sdl.cpp trunk/examples/gamedemo/src/sdlgl.cpp trunk/include/saggui/scheme.h trunk/include/saggui/style.h trunk/include/saggui/widgets/box.h trunk/include/saggui/widgets/button.h trunk/include/saggui/widgets/checkbox.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/radial.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/scheme.cpp trunk/src/style.cpp trunk/src/widgets/box.cpp trunk/src/widgets/button.cpp trunk/src/widgets/checkbox.cpp trunk/src/widgets/input_box.cpp trunk/src/widgets/label.cpp trunk/src/widgets/progress_bar.cpp trunk/src/widgets/radial.cpp trunk/src/widgets/scroll_bar.cpp trunk/src/widgets/text_box.cpp trunk/src/window.cpp Added Paths: ----------- trunk/include/saggui/schemes/defaultscheme.h trunk/src/schemes/defaultscheme.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-02-07 03:04:02
|
Revision: 352 http://svn.sourceforge.net/saggui/?rev=352&view=rev Author: juvinious Date: 2007-02-06 19:03:47 -0800 (Tue, 06 Feb 2007) Log Message: ----------- Made the enumerators in window easier to read. Added in color information for widgets and made is so that it is passes on through it's signal onPaint Modified Paths: -------------- trunk/examples/demo/include/test_classes.h trunk/examples/demo/src/test_classes.cpp trunk/examples/gamedemo/include/gamedemo.h trunk/examples/gamedemo/src/gamedemo.cpp trunk/include/saggui/mouse_manager.h trunk/include/saggui/scheme.h trunk/include/saggui/style.h trunk/include/saggui/widgets/box.h trunk/include/saggui/widgets/button.h trunk/include/saggui/widgets/checkbox.h trunk/include/saggui/widgets/dialog.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/radial.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/key_events.cpp trunk/src/mouse_events.cpp trunk/src/mouse_manager.cpp trunk/src/scheme.cpp trunk/src/style.cpp trunk/src/widgets/box.cpp trunk/src/widgets/button.cpp trunk/src/widgets/checkbox.cpp trunk/src/widgets/dialog.cpp trunk/src/widgets/input_box.cpp trunk/src/widgets/label.cpp trunk/src/widgets/progress_bar.cpp trunk/src/widgets/radial.cpp trunk/src/widgets/scroll_bar.cpp trunk/src/widgets/text_box.cpp trunk/src/window.cpp Added Paths: ----------- trunk/include/saggui/schemes/ trunk/src/schemes/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-02-06 02:48:03
|
Revision: 351 http://svn.sourceforge.net/saggui/?rev=351&view=rev Author: juvinious Date: 2007-02-05 18:47:47 -0800 (Mon, 05 Feb 2007) Log Message: ----------- Added in color data for windows, styles and schemes Modified Paths: -------------- trunk/include/saggui/graphics.h trunk/include/saggui/scheme.h trunk/include/saggui/window.h trunk/src/graphics.cpp trunk/src/gui_manager.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...> - 2007-02-05 17:53:16
|
Revision: 350 http://svn.sourceforge.net/saggui/?rev=350&view=rev Author: juvinious Date: 2007-02-05 09:53:11 -0800 (Mon, 05 Feb 2007) Log Message: ----------- Fixed font issue with freetype module. Added triangle routine to openlayer module Modified Paths: -------------- trunk/examples/demo/CMakeLists.txt trunk/examples/gamedemo/CMakeLists.txt trunk/examples/gamedemo/src/openlayer.cpp trunk/modules/openlayer/src/ol_gfx.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-02-05 10:38:29
|
Revision: 349 http://svn.sourceforge.net/saggui/?rev=349&view=rev Author: juvinious Date: 2007-02-05 02:38:26 -0800 (Mon, 05 Feb 2007) Log Message: ----------- Added in triangle method to graphic class. Removed unecessary bitmaps from system graphics. Changed window onPaint method to include the appropriate bitmap and attributes Modified Paths: -------------- trunk/CHANGELOG trunk/include/saggui/graphics.h trunk/include/saggui/system_graphics.h trunk/include/saggui/widgets/box.h trunk/include/saggui/widgets/button.h trunk/include/saggui/widgets/checkbox.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/radial.h trunk/include/saggui/widgets/scroll_bar.h trunk/include/saggui/widgets/text_box.h trunk/include/saggui/window.h trunk/modules/allegro/include/al_gfx.h trunk/modules/allegro/src/al_gfx.cpp trunk/modules/openlayer/include/ol_gfx.h trunk/modules/openlayer/src/ol_gfx.cpp trunk/modules/sdl/include/sdl_gfx.h trunk/modules/sdl/src/sdl_gfx.cpp trunk/modules/sdlgl/include/sdlgl_gfx.h trunk/modules/sdlgl/src/sdlgl_gfx.cpp trunk/src/gui_manager.cpp trunk/src/widgets/box.cpp trunk/src/widgets/button.cpp trunk/src/widgets/checkbox.cpp trunk/src/widgets/input_box.cpp trunk/src/widgets/label.cpp trunk/src/widgets/progress_bar.cpp trunk/src/widgets/radial.cpp trunk/src/widgets/scroll_bar.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...> - 2007-02-05 01:32:38
|
Revision: 348 http://svn.sourceforge.net/saggui/?rev=348&view=rev Author: juvinious Date: 2007-02-04 17:32:36 -0800 (Sun, 04 Feb 2007) Log Message: ----------- Added ability to do gradient rectangles. Fixed sdl module from crashing on renderBmpArea. Fixed a typo in text_box. Made window on focus enable active flag for all associated widgets Modified Paths: -------------- trunk/CHANGELOG trunk/cmake/saggui.h.in trunk/include/saggui/graphics.h trunk/include/saggui/gui_manager.h trunk/include/saggui/scheme.h trunk/include/saggui/style.h trunk/include/saggui/window.h trunk/modules/sdl/src/sdl_gfx.cpp trunk/src/graphics.cpp trunk/src/gui_manager.cpp trunk/src/mouse_manager.cpp trunk/src/style.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...> - 2007-02-03 16:21:14
|
Revision: 347 http://svn.sourceforge.net/saggui/?rev=347&view=rev Author: juvinious Date: 2007-02-03 08:14:09 -0800 (Sat, 03 Feb 2007) Log Message: ----------- Added in more attributes to window and fixed problem with building without freetype support Modified Paths: -------------- trunk/examples/demo/CMakeLists.txt trunk/examples/gamedemo/CMakeLists.txt trunk/include/saggui/window.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-02-02 11:27:30
|
Revision: 346 http://svn.sourceforge.net/saggui/?rev=346&view=rev Author: juvinious Date: 2007-02-02 03:27:28 -0800 (Fri, 02 Feb 2007) Log Message: ----------- Renamed everything regarding decorations and decorator to style, decorator class is now style Modified Paths: -------------- trunk/CHANGELOG trunk/cmake/saggui.h.in trunk/examples/demo/include/test_classes.h trunk/examples/demo/src/allegro.cpp trunk/examples/demo/src/allegrogl.cpp trunk/examples/demo/src/openlayer.cpp trunk/examples/demo/src/sdl.cpp trunk/examples/demo/src/sdlgl.cpp trunk/examples/demo/src/test_classes.cpp trunk/examples/gamedemo/include/gamedemo.h trunk/examples/gamedemo/src/allegro.cpp trunk/examples/gamedemo/src/allegrogl.cpp trunk/examples/gamedemo/src/gamedemo.cpp trunk/examples/gamedemo/src/openlayer.cpp trunk/examples/gamedemo/src/sdl.cpp trunk/examples/gamedemo/src/sdlgl.cpp trunk/include/saggui/gui_manager.h trunk/include/saggui/scheme.h trunk/include/saggui/widgets/button.h trunk/include/saggui/window.h trunk/src/gui_manager.cpp trunk/src/mouse_manager.cpp trunk/src/scheme.cpp trunk/src/widgets/box.cpp trunk/src/widgets/button.cpp trunk/src/widgets/input_box.cpp trunk/src/widgets/label.cpp trunk/src/widgets/progress_bar.cpp trunk/src/widgets/radial.cpp trunk/src/widgets/text_box.cpp trunk/src/window.cpp Added Paths: ----------- trunk/include/saggui/style.h trunk/src/style.cpp Removed Paths: ------------- trunk/include/saggui/decorator.h trunk/src/decorator.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-02-01 12:48:59
|
Revision: 345 http://svn.sourceforge.net/saggui/?rev=345&view=rev Author: juvinious Date: 2007-02-01 04:48:57 -0800 (Thu, 01 Feb 2007) Log Message: ----------- Forgot to save file before commiting Modified Paths: -------------- trunk/include/saggui/window.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-02-01 09:38:09
|
Revision: 344 http://svn.sourceforge.net/saggui/?rev=344&view=rev Author: juvinious Date: 2007-02-01 01:38:06 -0800 (Thu, 01 Feb 2007) Log Message: ----------- Added in more window types and moved attributes into a container for window. Starting to pave the way to create a more flexible decorator and style theming system. Modified Paths: -------------- trunk/CHANGELOG trunk/examples/demo/src/test_classes.cpp trunk/examples/gamedemo/src/gamedemo.cpp trunk/include/saggui/window.h trunk/src/gui_manager.cpp trunk/src/key_events.cpp trunk/src/mouse_events.cpp trunk/src/mouse_manager.cpp trunk/src/widgets/box.cpp trunk/src/widgets/button.cpp trunk/src/widgets/checkbox.cpp trunk/src/widgets/dialog.cpp trunk/src/widgets/input_box.cpp trunk/src/widgets/label.cpp trunk/src/widgets/progress_bar.cpp trunk/src/widgets/radial.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...> - 2007-01-24 09:07:29
|
Revision: 343 http://svn.sourceforge.net/saggui/?rev=343&view=rev Author: juvinious Date: 2007-01-24 01:07:27 -0800 (Wed, 24 Jan 2007) Log Message: ----------- Added in specific slot disconnections for sigslot Modified Paths: -------------- trunk/CHANGELOG trunk/include/saggui/sigslot.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-22 06:45:12
|
Revision: 342 http://svn.sourceforge.net/saggui/?rev=342&view=rev Author: juvinious Date: 2007-01-21 22:45:11 -0800 (Sun, 21 Jan 2007) Log Message: ----------- Modified dependencies with cmakelists.txt. Updated install and changelog Modified Paths: -------------- trunk/CHANGELOG trunk/INSTALL trunk/examples/demo/CMakeLists.txt trunk/examples/gamedemo/CMakeLists.txt trunk/modules/agl/CMakeLists.txt trunk/modules/allegro/CMakeLists.txt trunk/modules/freetype/CMakeLists.txt trunk/modules/openlayer/CMakeLists.txt trunk/modules/sdl/CMakeLists.txt trunk/modules/sdlgl/CMakeLists.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-22 05:47:48
|
Revision: 341 http://svn.sourceforge.net/saggui/?rev=341&view=rev Author: juvinious Date: 2007-01-21 21:47:46 -0800 (Sun, 21 Jan 2007) Log Message: ----------- Removed pcre from saggui, its not in use Modified Paths: -------------- trunk/CHANGELOG trunk/CMakeLists.txt trunk/cmake/saggui.h.in Removed Paths: ------------- trunk/OTHER_LICENSES trunk/include/saggui/pcre/ trunk/src/pcre/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-18 09:32:01
|
Revision: 340 http://svn.sourceforge.net/saggui/?rev=340&view=rev Author: juvinious Date: 2007-01-18 01:32:00 -0800 (Thu, 18 Jan 2007) Log Message: ----------- Updated changelog Modified Paths: -------------- trunk/CHANGELOG This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-18 09:31:18
|
Revision: 339 http://svn.sourceforge.net/saggui/?rev=339&view=rev Author: juvinious Date: 2007-01-18 01:31:16 -0800 (Thu, 18 Jan 2007) Log Message: ----------- Changed decoratorScheme to scheme and moved it to its own file. Added in some optimizations that should make processing of windows quicker Modified Paths: -------------- trunk/CHANGELOG trunk/cmake/saggui.h.in trunk/examples/demo/src/allegro.cpp trunk/examples/demo/src/allegrogl.cpp trunk/examples/demo/src/openlayer.cpp trunk/examples/demo/src/sdl.cpp trunk/examples/demo/src/sdlgl.cpp trunk/examples/gamedemo/src/allegro.cpp trunk/examples/gamedemo/src/allegrogl.cpp trunk/examples/gamedemo/src/gamedemo.cpp trunk/examples/gamedemo/src/openlayer.cpp trunk/examples/gamedemo/src/sdl.cpp trunk/examples/gamedemo/src/sdlgl.cpp trunk/include/saggui/gui_manager.h trunk/include/saggui/widgets/button.h trunk/include/saggui/widgets/input_box.h trunk/modules/palib/source/main.cpp trunk/src/gui_manager.cpp trunk/src/mouse_manager.cpp trunk/src/resource_manager.cpp trunk/src/widgets/button.cpp trunk/src/widgets/input_box.cpp trunk/src/widgets/label.cpp trunk/src/widgets/scroll_bar.cpp trunk/src/widgets/text_box.cpp Added Paths: ----------- trunk/include/saggui/scheme.h trunk/src/scheme.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-14 18:36:11
|
Revision: 338 http://svn.sourceforge.net/saggui/?rev=338&view=rev Author: juvinious Date: 2007-01-14 10:36:09 -0800 (Sun, 14 Jan 2007) Log Message: ----------- Fixed Openlayer Module problem on win32 Modified Paths: -------------- trunk/modules/openlayer/include/ol_font.h trunk/modules/openlayer/include/ol_gfx.h trunk/modules/openlayer/include/ol_system.h trunk/modules/openlayer/src/ol_factory.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-08 11:04:44
|
Revision: 337 http://svn.sourceforge.net/saggui/?rev=337&view=rev Author: juvinious Date: 2007-01-08 03:04:42 -0800 (Mon, 08 Jan 2007) Log Message: ----------- Added in additional checks for graphics on palibs module Modified Paths: -------------- trunk/modules/palib/saggui/pa_gfx.cpp trunk/modules/palib/saggui/pa_system.cpp trunk/modules/palib/source/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-08 09:29:06
|
Revision: 336 http://svn.sourceforge.net/saggui/?rev=336&view=rev Author: juvinious Date: 2007-01-08 01:29:04 -0800 (Mon, 08 Jan 2007) Log Message: ----------- Continual work going into palibs module. Added member to guiManager to restrict movement of windows outside the viewport Modified Paths: -------------- trunk/CHANGELOG trunk/include/saggui/gui_manager.h trunk/modules/palib/include/saggui/pa_gfx.h trunk/modules/palib/saggui/custom_timer.c trunk/modules/palib/saggui/pa_font.cpp trunk/modules/palib/saggui/pa_gfx.cpp trunk/modules/palib/saggui/pa_mouse.cpp trunk/modules/palib/saggui/pa_system.cpp trunk/modules/palib/source/main.cpp trunk/src/gui_manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-08 06:45:19
|
Revision: 335 http://svn.sourceforge.net/saggui/?rev=335&view=rev Author: juvinious Date: 2007-01-07 22:45:19 -0800 (Sun, 07 Jan 2007) Log Message: ----------- Updated guiManager to check if the screenbmp is actually valid before trying to use it. Also got palib moderately working. Modified Paths: -------------- trunk/modules/palib/saggui/pa_gfx.cpp trunk/modules/palib/saggui/pa_system.cpp trunk/modules/palib/source/main.cpp trunk/src/gui_manager.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-08 06:17:20
|
Revision: 334 http://svn.sourceforge.net/saggui/?rev=334&view=rev Author: juvinious Date: 2007-01-07 22:17:17 -0800 (Sun, 07 Jan 2007) Log Message: ----------- Modified the palib stuff to get it working, almost but not really Modified Paths: -------------- trunk/modules/palib/saggui/pa_font.cpp trunk/modules/palib/saggui/pa_gfx.cpp trunk/modules/palib/saggui/pa_system.cpp trunk/modules/palib/source/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-08 03:37:52
|
Revision: 333 http://svn.sourceforge.net/saggui/?rev=333&view=rev Author: juvinious Date: 2007-01-07 19:37:51 -0800 (Sun, 07 Jan 2007) Log Message: ----------- Trying to get stuff rendering properly for the palib module Modified Paths: -------------- trunk/CHANGELOG trunk/modules/palib/saggui/pa_gfx.cpp trunk/modules/palib/saggui/pa_system.cpp trunk/modules/palib/source/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2007-01-08 02:27:57
|
Revision: 332 http://svn.sourceforge.net/saggui/?rev=332&view=rev Author: juvinious Date: 2007-01-07 18:27:56 -0800 (Sun, 07 Jan 2007) Log Message: ----------- Corrected some issues on timer.h also modified the example program for palibs module Modified Paths: -------------- trunk/include/saggui/timer.h trunk/src/timer.cpp Added Paths: ----------- trunk/modules/palib/include/saggui/saggui.h trunk/modules/palib/source/main.cpp Removed Paths: ------------- trunk/modules/palib/source/main.c trunk/modules/palib/source/main.c.sbm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |