Thread: [Saggui-svn] SF.net SVN: saggui: [244] trunk (Page 4)
Status: Beta
Brought to you by:
juvinious
From: <sag...@li...> - 2006-11-07 09:34:30
|
Revision: 244 http://svn.sourceforge.net/saggui/?rev=244&view=rev Author: juvinious Date: 2006-11-07 01:34:20 -0800 (Tue, 07 Nov 2006) Log Message: ----------- cmake can now generate makefiles for *nix based systems Modified Paths: -------------- trunk/CMakeLists.txt trunk/build/CMakeMacros.cmake trunk/build/saggui.h.in trunk/demo/src/Main.cpp trunk/src/font.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 11:43:32
|
Revision: 246 http://svn.sourceforge.net/saggui/?rev=246&view=rev Author: juvinious Date: 2006-11-07 03:43:23 -0800 (Tue, 07 Nov 2006) Log Message: ----------- Fixed header output, only unix build still available for cmake. Modified Paths: -------------- trunk/CMakeLists.txt trunk/build/saggui.h.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-11-08 05:57:50
|
Revision: 248 http://svn.sourceforge.net/saggui/?rev=248&view=rev Author: juvinious Date: 2006-11-07 21:57:39 -0800 (Tue, 07 Nov 2006) Log Message: ----------- Removed invoking default library in the demo. Also fixed mingw stuff for cmake. Now to test. Modified Paths: -------------- trunk/CMakeLists.txt 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-11-08 10:32:49
|
Revision: 249 http://svn.sourceforge.net/saggui/?rev=249&view=rev Author: juvinious Date: 2006-11-08 02:32:39 -0800 (Wed, 08 Nov 2006) Log Message: ----------- Fixed msvc cmake build. Works fine now Modified Paths: -------------- trunk/CMakeLists.txt 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-11-09 10:03:28
|
Revision: 250 http://svn.sourceforge.net/saggui/?rev=250&view=rev Author: juvinious Date: 2006-11-09 02:03:06 -0800 (Thu, 09 Nov 2006) Log Message: ----------- Fixed up some msvc errors. Compiles fine with it now. Removed unecessary header in rgba and fixed a typo in timer.cpp for WIN32 needed to be prefixed like _WIN32. Modified Paths: -------------- trunk/CMakeLists.txt trunk/build/CMakeMacros.cmake trunk/include/saggui/rgba.h trunk/include/saggui/slotsig/slotsig_0.h trunk/include/saggui/slotsig/slotsig_1.h trunk/include/saggui/slotsig/slotsig_2.h trunk/include/saggui/timer.h trunk/src/timer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-11-09 12:55:10
|
Revision: 251 http://svn.sourceforge.net/saggui/?rev=251&view=rev Author: juvinious Date: 2006-11-09 04:54:44 -0800 (Thu, 09 Nov 2006) Log Message: ----------- Fixed the rest of the other slotsig issues with msvc. Improved msvc build Modified Paths: -------------- trunk/CMakeLists.txt trunk/build/CMakeMacros.cmake trunk/include/saggui/slotsig/slotsig_10.h trunk/include/saggui/slotsig/slotsig_11.h trunk/include/saggui/slotsig/slotsig_12.h trunk/include/saggui/slotsig/slotsig_13.h trunk/include/saggui/slotsig/slotsig_14.h trunk/include/saggui/slotsig/slotsig_15.h trunk/include/saggui/slotsig/slotsig_16.h trunk/include/saggui/slotsig/slotsig_3.h trunk/include/saggui/slotsig/slotsig_4.h trunk/include/saggui/slotsig/slotsig_5.h trunk/include/saggui/slotsig/slotsig_6.h trunk/include/saggui/slotsig/slotsig_7.h trunk/include/saggui/slotsig/slotsig_8.h trunk/include/saggui/slotsig/slotsig_9.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-11-10 10:26:40
|
Revision: 252 http://svn.sourceforge.net/saggui/?rev=252&view=rev Author: juvinious Date: 2006-11-10 02:26:03 -0800 (Fri, 10 Nov 2006) Log Message: ----------- Fixed up sdl with gl support. Still missing functionality as in textures, but the rest of it is useable. Added in left, middle, right click system for use throughout the system. New widgets can then setup their click types by implementing setClickSystem Modified Paths: -------------- trunk/CMakeLists.txt trunk/build/saggui.h.in trunk/demo/include/test_classes.h trunk/demo/src/Main.cpp trunk/demo/src/test_classes.cpp trunk/include/saggui/gui_manager.h trunk/include/saggui/sdlgl/sdlgl_gfx.h trunk/include/saggui/widgets/box.h trunk/include/saggui/widgets/button.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/sdlgl/sdlgl_gfx.cpp trunk/src/sdlgl/sdlgl_system.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/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...> - 2006-11-11 09:46:22
|
Revision: 253 http://svn.sourceforge.net/saggui/?rev=253&view=rev Author: juvinious Date: 2006-11-11 01:45:23 -0800 (Sat, 11 Nov 2006) Log Message: ----------- Added in fixes for sdl with gl support. Still no luck on textures and need to fix clipping. Fixed some stuff in gui_manager and in graphics. Modified Paths: -------------- trunk/include/saggui/graphics.h trunk/include/saggui/gui_manager.h trunk/include/saggui/sdlgl/sdlgl_gfx.h trunk/src/gui_manager.cpp trunk/src/sdlgl/sdlgl_gfx.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-11-12 08:37:50
|
Revision: 255 http://svn.sourceforge.net/saggui/?rev=255&view=rev Author: juvinious Date: 2006-11-12 00:37:27 -0800 (Sun, 12 Nov 2006) Log Message: ----------- Fixed some stuff with the graphics system. Removed unecessary load member. Also added in other nicities. sdl with opengl now has proper clipping and transparency is somewhat there, need to fix bitmaps. Modified Paths: -------------- trunk/include/saggui/allegro/al_gfx.h trunk/include/saggui/graphics.h trunk/include/saggui/openlayer/ol_gfx.h trunk/include/saggui/sdl/sdl_gfx.h trunk/include/saggui/sdlgl/sdlgl_gfx.h trunk/src/allegro/al_gfx.cpp trunk/src/openlayer/ol_gfx.cpp trunk/src/sdl/sdl_gfx.cpp trunk/src/sdlgl/sdlgl_gfx.cpp trunk/src/sdlgl/sdlgl_system.cpp trunk/src/widgets/progress_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...> - 2006-11-13 09:45:48
|
Revision: 257 http://svn.sourceforge.net/saggui/?rev=257&view=rev Author: juvinious Date: 2006-11-13 01:45:28 -0800 (Mon, 13 Nov 2006) Log Message: ----------- Fixed missed mouse signal on double click. Added in a radial widget. Added in extra decoration that is specifically to give colors for widgets like radial. Modified Paths: -------------- trunk/CMakeLists.txt trunk/build/saggui.h.in trunk/demo/src/Main.cpp trunk/include/saggui/decorator.h trunk/include/saggui/gui_manager.h trunk/include/saggui/openlayer/ol_gfx.h trunk/include/saggui/window.h trunk/src/decorator.cpp trunk/src/gui_manager.cpp trunk/src/mouse_manager.cpp trunk/src/openlayer/ol_gfx.cpp trunk/src/widgets/label.cpp trunk/src/window.cpp Added Paths: ----------- trunk/include/saggui/widgets/radial.h trunk/src/widgets/radial.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-11-14 01:31:09
|
Revision: 258 http://svn.sourceforge.net/saggui/?rev=258&view=rev Author: juvinious Date: 2006-11-13 17:30:56 -0800 (Mon, 13 Nov 2006) Log Message: ----------- Added in checkbox. Need to fix the alternate type for an actual checkmark. X is fine. Modified Paths: -------------- trunk/build/saggui.h.in trunk/demo/src/Main.cpp trunk/src/widgets/radial.cpp Added Paths: ----------- trunk/include/saggui/widgets/checkbox.h trunk/src/widgets/checkbox.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-11-14 02:59:07
|
Revision: 261 http://svn.sourceforge.net/saggui/?rev=261&view=rev Author: juvinious Date: 2006-11-13 18:58:47 -0800 (Mon, 13 Nov 2006) Log Message: ----------- Added in dialog class. Not complete. Modified Paths: -------------- trunk/docs/pagedata Added Paths: ----------- trunk/include/saggui/widgets/dialog.h trunk/src/widgets/dialog.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-11-14 07:47:00
|
Revision: 262 http://svn.sourceforge.net/saggui/?rev=262&view=rev Author: juvinious Date: 2006-11-13 23:46:59 -0800 (Mon, 13 Nov 2006) Log Message: ----------- fixed dialog errors Modified Paths: -------------- trunk/include/saggui/widgets/dialog.h trunk/src/widgets/dialog.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-11-16 08:11:57
|
Revision: 263 http://svn.sourceforge.net/saggui/?rev=263&view=rev Author: juvinious Date: 2006-11-16 00:11:54 -0800 (Thu, 16 Nov 2006) Log Message: ----------- Added many changes. Dialog is broken so don't use it. Fixed button death problem. Added in support for windows that want to be always on top. Modified the INSTALL and README. Modified Paths: -------------- trunk/CMakeLists.txt trunk/INSTALL trunk/README trunk/build/saggui.h.in trunk/demo/src/Main.cpp trunk/include/saggui/gui_manager.h trunk/include/saggui/widgets/dialog.h trunk/include/saggui/window.h trunk/src/gui_manager.cpp trunk/src/widgets/button.cpp trunk/src/widgets/dialog.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-11-17 04:15:42
|
Revision: 266 http://svn.sourceforge.net/saggui/?rev=266&view=rev Author: juvinious Date: 2006-11-16 20:15:40 -0800 (Thu, 16 Nov 2006) Log Message: ----------- Many bug fixes for mouse events, window events and enabling and disabling. Fixed label text positioning problem. Added two more static functions to guiManager to raise and set focus to windows Modified Paths: -------------- trunk/include/saggui/gui_manager.h trunk/include/saggui/widgets/label.h trunk/include/saggui/window.h trunk/src/gui_manager.cpp trunk/src/widgets/label.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-11-27 13:03:01
|
Revision: 269 http://svn.sourceforge.net/saggui/?rev=269&view=rev Author: juvinious Date: 2006-11-27 05:02:58 -0800 (Mon, 27 Nov 2006) Log Message: ----------- Moved over cbuild scripts to the build directory. Should finalize the move over to cmake. Made adjustment to two widgets in the demo. Modified Paths: -------------- trunk/demo/src/Main.cpp Added Paths: ----------- trunk/build/cbuild.c trunk/build/default.cbd Removed Paths: ------------- trunk/cbuild.c 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-11-28 14:51:53
|
Revision: 271 http://svn.sourceforge.net/saggui/?rev=271&view=rev Author: juvinious Date: 2006-11-28 06:51:48 -0800 (Tue, 28 Nov 2006) Log Message: ----------- Unrolled some loops, improving performance in certain areas. Updated the doxygen docs, moving content meant for other documentation out of it Modified Paths: -------------- trunk/LICENSE trunk/docs/pagedata trunk/include/saggui/window.h trunk/src/font_manager.cpp trunk/src/graphic_manager.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...> - 2006-12-13 10:13:31
|
Revision: 272 http://svn.sourceforge.net/saggui/?rev=272&view=rev Author: juvinious Date: 2006-12-13 02:13:08 -0800 (Wed, 13 Dec 2006) Log Message: ----------- Updated library factory in order to prepare and accomadete modularization of the backends Modified Paths: -------------- trunk/include/saggui/library_factory.h trunk/src/library_factory.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-14 09:59:02
|
Revision: 273 http://svn.sourceforge.net/saggui/?rev=273&view=rev Author: juvinious Date: 2006-12-14 01:59:00 -0800 (Thu, 14 Dec 2006) Log Message: ----------- Preliminary seperation of backends into modules. Still need to correct some things in the cmake script and run some more tests, but so far it looks ok and they are completely seperated. Need to eventually move the backend builds into their own CMakeLists.txt in their own directory for complete modulization Modified Paths: -------------- trunk/CMakeLists.txt trunk/build/saggui.h.in trunk/demo/src/Main.cpp trunk/include/saggui/library_factory.h trunk/include/saggui/resource_manager.h trunk/src/library_factory.cpp Added Paths: ----------- trunk/demo/src/allegro.cpp trunk/demo/src/allegrogl.cpp trunk/demo/src/openlayer.cpp trunk/demo/src/sdl.cpp trunk/demo/src/sdlgl.cpp trunk/include/saggui_agl.h trunk/include/saggui_alleg.h trunk/include/saggui_ol.h trunk/include/saggui_sdl.h trunk/include/saggui_sdlgl.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-14 19:31:26
|
Revision: 274 http://svn.sourceforge.net/saggui/?rev=274&view=rev Author: juvinious Date: 2006-12-14 11:31:23 -0800 (Thu, 14 Dec 2006) Log Message: ----------- Fixed the install portions. MSVC probably won't work now, so that will come later Modified Paths: -------------- trunk/CMakeLists.txt trunk/include/saggui_agl.h trunk/include/saggui_alleg.h trunk/include/saggui_ol.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-14 19:56:15
|
Revision: 275 http://svn.sourceforge.net/saggui/?rev=275&view=rev Author: juvinious Date: 2006-12-14 11:56:14 -0800 (Thu, 14 Dec 2006) Log Message: ----------- Added in second WIP demo, working on integrating it. Also moved demo into examples directory. Modified Paths: -------------- trunk/CMakeLists.txt Added Paths: ----------- trunk/examples/ trunk/examples/demo/ trunk/examples/gamedemo/ trunk/examples/gamedemo/include/ trunk/examples/gamedemo/include/graphics.h trunk/examples/gamedemo/src/ trunk/examples/gamedemo/src/allegro.cpp Removed Paths: ------------- trunk/demo/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-14 20:54:49
|
Revision: 276 http://svn.sourceforge.net/saggui/?rev=276&view=rev Author: juvinious Date: 2006-12-14 12:54:38 -0800 (Thu, 14 Dec 2006) Log Message: ----------- Made the WIP gamedemo working with the other libs Modified Paths: -------------- trunk/CMakeLists.txt trunk/examples/gamedemo/src/allegro.cpp Added Paths: ----------- trunk/examples/gamedemo/include/gamedemo_gfx.h trunk/examples/gamedemo/src/allegrogl.cpp trunk/examples/gamedemo/src/openlayer.cpp trunk/examples/gamedemo/src/sdl.cpp trunk/examples/gamedemo/src/sdlgl.cpp Removed Paths: ------------- trunk/examples/demo/src/Main.cpp trunk/examples/gamedemo/include/graphics.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-14 22:08:36
|
Revision: 277 http://svn.sourceforge.net/saggui/?rev=277&view=rev Author: juvinious Date: 2006-12-14 14:08:35 -0800 (Thu, 14 Dec 2006) Log Message: ----------- Updated method of retrieving fonts from resourceManager instead of directly from the fontManager Modified Paths: -------------- 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/openlayer.cpp trunk/examples/gamedemo/src/sdl.cpp trunk/examples/gamedemo/src/sdlgl.cpp trunk/include/saggui/font_manager.h trunk/include/saggui/resource_manager.h trunk/src/resource_manager.cpp trunk/src/widgets/button.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-12-15 20:07:14
|
Revision: 278 http://svn.sourceforge.net/saggui/?rev=278&view=rev Author: juvinious Date: 2006-12-15 12:07:11 -0800 (Fri, 15 Dec 2006) Log Message: ----------- Created abstract class fontBase to make the font system extensible Modified Paths: -------------- trunk/INSTALL Added Paths: ----------- trunk/include/saggui/font_base.h trunk/include/saggui/fonts/ trunk/src/font_base.cpp trunk/src/fonts/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-12-18 00:39:43
|
Revision: 281 http://svn.sourceforge.net/saggui/?rev=281&view=rev Author: juvinious Date: 2006-12-17 16:39:37 -0800 (Sun, 17 Dec 2006) Log Message: ----------- Updated the game demos to remove redundant code throughout, need to do the same with the original demo. Modified Paths: -------------- trunk/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/font_base.h Added Paths: ----------- trunk/examples/gamedemo/include/gamedemo.h trunk/examples/gamedemo/src/gamedemo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |