Thread: [Saggui-svn] SF.net SVN: saggui: [122] trunk (Page 2)
Status: Beta
Brought to you by:
juvinious
From: <sag...@li...> - 2006-07-12 02:13:14
|
Revision: 122 Author: juvinious Date: 2006-07-11 19:12:56 -0700 (Tue, 11 Jul 2006) ViewCVS: http://svn.sourceforge.net/saggui/?rev=122&view=rev Log Message: ----------- Made additional changes to demo and some widget changes Modified Paths: -------------- trunk/INSTALL trunk/README trunk/demo/src/Main.cpp trunk/docs/DOXY_README trunk/include/saggui/widgets/text_box.h trunk/include/saggui/widgets/win.h trunk/include/saggui/window.h trunk/include/saggui.h trunk/src/widgets/text_box.cpp trunk/src/widgets/win.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-07-20 23:56:10
|
Revision: 141 Author: juvinious Date: 2006-07-20 16:55:48 -0700 (Thu, 20 Jul 2006) ViewCVS: http://svn.sourceforge.net/saggui/?rev=141&view=rev Log Message: ----------- Included the necessary primitive routines for SDL. Added the rest of the SDL *.cpp files so enabling SDL will compile now, however it still isn't complete and won't work Modified Paths: -------------- trunk/default.cbd trunk/include/saggui/library_factory.h trunk/include/saggui/widgets/input_box.h trunk/include/saggui/widgets/label.h trunk/src/allegro/al_gfx.cpp trunk/src/widgets/input_box.cpp trunk/src/widgets/label.cpp Added Paths: ----------- trunk/include/saggui/sdl/sdl_gfx_primitives.h trunk/src/sdl/sdl_factory.cpp trunk/src/sdl/sdl_gfx.cpp trunk/src/sdl/sdl_gfx_primitives.c trunk/src/sdl/sdl_keyinput.cpp trunk/src/sdl/sdl_mouse.cpp 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-07-21 05:05:01
|
Revision: 142 Author: juvinious Date: 2006-07-20 22:04:41 -0700 (Thu, 20 Jul 2006) ViewCVS: http://svn.sourceforge.net/saggui/?rev=142&view=rev Log Message: ----------- SDL is mostly together now (except for input), just need to get the bitmap blits working properly. Added the saggui.h header into the cbuild script in order to produce define some variables depending on the library. Had to add parameter to createBmp in graphic. Modified Paths: -------------- trunk/LICENSE trunk/default.cbd 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/sdl/sdl_gfx_primitives.h trunk/include/saggui/sdl/sdl_mouse.h trunk/include/saggui/sdl/sdl_system.h trunk/include/saggui.h trunk/src/allegro/al_gfx.cpp trunk/src/openlayer/ol_gfx.cpp trunk/src/sdl/sdl_gfx.cpp trunk/src/sdl/sdl_gfx_primitives.c trunk/src/sdl/sdl_mouse.cpp 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-07-22 19:27:18
|
Revision: 153 Author: juvinious Date: 2006-07-22 12:27:06 -0700 (Sat, 22 Jul 2006) ViewCVS: http://svn.sourceforge.net/saggui/?rev=153&view=rev Log Message: ----------- Fixed timer problem with windows, and it's milliseconds not seconds. Fixed issue with cbuild not deleting the demo executable on clean. Modified Paths: -------------- trunk/default.cbd trunk/include/saggui/timer.h trunk/include/saggui.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-07-22 20:04:45
|
Revision: 154 Author: juvinious Date: 2006-07-22 13:04:26 -0700 (Sat, 22 Jul 2006) ViewCVS: http://svn.sourceforge.net/saggui/?rev=154&view=rev Log Message: ----------- Fixed some issues with SDL compile on windows. Seems there are still keyboard issues. Updated default.cbd to actually include headers in saggui.h that are needed. Modified Paths: -------------- trunk/default.cbd trunk/demo/src/Main.cpp trunk/include/saggui/sdl/sdl_gfx_primitives.h trunk/include/saggui/widgets/text_box.h trunk/include/saggui.h 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-07-25 06:30:33
|
Revision: 156 Author: juvinious Date: 2006-07-24 23:30:26 -0700 (Mon, 24 Jul 2006) ViewCVS: http://svn.sourceforge.net/saggui/?rev=156&view=rev Log Message: ----------- Fixed the method in which saggui.h is created to only include those items for the chosen libs Modified Paths: -------------- trunk/default.cbd trunk/include/saggui.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-07-27 05:51:26
|
Revision: 157 Author: juvinious Date: 2006-07-26 22:50:56 -0700 (Wed, 26 Jul 2006) ViewCVS: http://svn.sourceforge.net/saggui/?rev=157&view=rev Log Message: ----------- Added missing member in olSystem.cpp which caused linking errors. Moved the contents of win.cpp over to test_classes.h as it is a demo widget and deleted win.h win.cpp Modified Paths: -------------- trunk/default.cbd trunk/demo/include/test_classes.h trunk/demo/src/test_classes.cpp trunk/include/saggui.h trunk/src/openlayer/ol_system.cpp trunk/src/widgets/label.cpp Removed Paths: ------------- trunk/include/saggui/widgets/win.h trunk/src/widgets/win.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-07-31 01:24:14
|
Revision: 160 Author: juvinious Date: 2006-07-30 18:24:04 -0700 (Sun, 30 Jul 2006) ViewCVS: http://svn.sourceforge.net/saggui/?rev=160&view=rev Log Message: ----------- Fixed up the scroll bar some more. Setting type and Style now sets the buttons correctly. Though the scroll button needs fixing for size adjustments Modified Paths: -------------- trunk/default.cbd trunk/demo/src/Main.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-08-10 11:56:16
|
Revision: 167 Author: sevalecan Date: 2006-08-10 04:56:03 -0700 (Thu, 10 Aug 2006) ViewCVS: http://svn.sourceforge.net/saggui/?rev=167&view=rev Log Message: ----------- Added progress bar to project Modified Paths: -------------- trunk/default.cbd trunk/demo/include/test_classes.h trunk/demo/src/Main.cpp trunk/demo/src/test_classes.cpp Added Paths: ----------- trunk/include/saggui/widgets/progress_bar.h trunk/src/widgets/progress_bar.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-09-01 04:07:27
|
Revision: 181 http://svn.sourceforge.net/saggui/?rev=181&view=rev Author: juvinious Date: 2006-08-31 21:07:07 -0700 (Thu, 31 Aug 2006) Log Message: ----------- Added clipping for non-buffered mode, though it won't clip windows outside of it's parent yet. Still working on that. 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/window.h trunk/src/allegro/al_gfx.cpp trunk/src/font.cpp trunk/src/gui_manager.cpp trunk/src/openlayer/ol_gfx.cpp trunk/src/sdl/sdl_gfx.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-02 15:01:42
|
Revision: 185 http://svn.sourceforge.net/saggui/?rev=185&view=rev Author: juvinious Date: 2006-09-02 08:01:27 -0700 (Sat, 02 Sep 2006) Log Message: ----------- Clipping in non buffered mode works perfectly now. There is still an issue with openlayer however that it\'s clipping either gets confused or is broken but it is a minor issue and it might just be the way openlayer sets clipping. Fladimir, poke poke\! Modified Paths: -------------- trunk/include/saggui/coord.h trunk/include/saggui/font.h trunk/src/coord.cpp trunk/src/font.cpp trunk/src/gui_manager.cpp trunk/src/openlayer/ol_system.cpp trunk/src/sdl/sdl_gfx.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-09-03 11:40:43
|
Revision: 186 http://svn.sourceforge.net/saggui/?rev=186&view=rev Author: juvinious Date: 2006-09-03 04:40:27 -0700 (Sun, 03 Sep 2006) Log Message: ----------- Added new signal to window moveStop. Cleaning up scroll bar hopefully will have it working soon. Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/include/saggui/rgba.h trunk/include/saggui/widgets/scroll_bar.h trunk/include/saggui/window.h trunk/src/mouse_manager.cpp trunk/src/rgba.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-09-04 07:20:42
|
Revision: 187 http://svn.sourceforge.net/saggui/?rev=187&view=rev Author: juvinious Date: 2006-09-04 00:20:27 -0700 (Mon, 04 Sep 2006) Log Message: ----------- Made more changes to scroll bar, it is messed up ::) Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/include/saggui/widgets/scroll_bar.h 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-09-04 07:37:38
|
Revision: 188 http://svn.sourceforge.net/saggui/?rev=188&view=rev Author: juvinious Date: 2006-09-04 00:37:29 -0700 (Mon, 04 Sep 2006) Log Message: ----------- Added back in onMove for scrollbar button Modified Paths: -------------- trunk/include/saggui/widgets/scroll_bar.h 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-09-05 05:01:09
|
Revision: 190 http://svn.sourceforge.net/saggui/?rev=190&view=rev Author: juvinious Date: 2006-09-04 22:00:54 -0700 (Mon, 04 Sep 2006) Log Message: ----------- Fixed bug with coord. Fixed and completed scrollBar. Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/include/saggui/widgets/scroll_bar.h trunk/src/coord.cpp trunk/src/decorator.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-09-05 08:24:30
|
Revision: 191 http://svn.sourceforge.net/saggui/?rev=191&view=rev Author: juvinious Date: 2006-09-05 01:24:11 -0700 (Tue, 05 Sep 2006) Log Message: ----------- Added new item to classify types of windows so that window manager can assign specific properties. Included a new class in gui_manager that is a collection of decoration schemes for windows. Changed the colors. Fixed a minor annoyance in the scrollBar, it is teh awesome. :D Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/include/saggui/decorator.h trunk/include/saggui/gui_manager.h trunk/include/saggui/rgba.h trunk/include/saggui/window.h trunk/src/decorator.cpp trunk/src/gui_manager.cpp trunk/src/rgba.cpp trunk/src/widgets/box.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/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-06 06:15:42
|
Revision: 192 http://svn.sourceforge.net/saggui/?rev=192&view=rev Author: juvinious Date: 2006-09-05 23:13:55 -0700 (Tue, 05 Sep 2006) Log Message: ----------- Work on the textbox is underway, should be done soon. Modified Paths: -------------- trunk/include/saggui/widgets/scroll_bar.h trunk/include/saggui/widgets/text_box.h trunk/src/gui_manager.cpp trunk/src/mouse_manager.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-09-06 17:34:23
|
Revision: 193 http://svn.sourceforge.net/saggui/?rev=193&view=rev Author: juvinious Date: 2006-09-06 10:34:11 -0700 (Wed, 06 Sep 2006) Log Message: ----------- Adjusted scrollbar, with improper indexing on 0 or max. textBox is not functional but is showing some progress test box is in place of the old second window. Increase the size of the font and the textbox resizes and displays the scrollbar which does scroll the text properly :D Modified Paths: -------------- trunk/default.cbd trunk/demo/src/Main.cpp trunk/include/saggui/widgets/text_box.h 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-09-07 06:11:18
|
Revision: 194 http://svn.sourceforge.net/saggui/?rev=194&view=rev Author: juvinious Date: 2006-09-06 23:11:04 -0700 (Wed, 06 Sep 2006) Log Message: ----------- Added changes to font to actually position by its top,left corner instead of the center. Improved the textBox some more for horizontal scrolling and word wrapping it does however have some bugs which are being worked out. Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/src/font.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-09-08 08:47:52
|
Revision: 195 http://svn.sourceforge.net/saggui/?rev=195&view=rev Author: juvinious Date: 2006-09-08 01:46:49 -0700 (Fri, 08 Sep 2006) Log Message: ----------- TextBox is working properly now which I need to add a few events to it. Some fixes with coord and guiManager. Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/include/saggui/widgets/text_box.h trunk/include/saggui/window.h trunk/src/coord.cpp trunk/src/gui_manager.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-08 09:14:40
|
Revision: 196 http://svn.sourceforge.net/saggui/?rev=196&view=rev Author: juvinious Date: 2006-09-08 02:14:10 -0700 (Fri, 08 Sep 2006) Log Message: ----------- Added scroll events to textBox Modified Paths: -------------- trunk/include/saggui/widgets/text_box.h 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-09-10 09:28:28
|
Revision: 197 http://svn.sourceforge.net/saggui/?rev=197&view=rev Author: juvinious Date: 2006-09-10 02:28:12 -0700 (Sun, 10 Sep 2006) Log Message: ----------- Fixed minor problem with scrollbar. Finished up textBox, works perfectly and also allows the use of color tags to colorize text within the box! Other minor changes. Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/include/saggui/mouse_manager.h trunk/include/saggui/widgets/scroll_bar.h trunk/include/saggui/widgets/text_box.h trunk/src/mouse_manager.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-09-11 16:57:53
|
Revision: 198 http://svn.sourceforge.net/saggui/?rev=198&view=rev Author: juvinious Date: 2006-09-11 09:57:39 -0700 (Mon, 11 Sep 2006) Log Message: ----------- Added in a hex converter/setter for rgba to convert from #FF0000 style colors. Also changed textBox to use that coloring for color tags. Added changes to cbuild script to check for glyphkeeper on openlayer.cd '/home/astarius/projects/saggui/src' Modified Paths: -------------- trunk/default.cbd trunk/demo/src/Main.cpp trunk/include/saggui/rgba.h trunk/src/font.cpp trunk/src/rgba.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-09-11 18:20:09
|
Revision: 199 http://svn.sourceforge.net/saggui/?rev=199&view=rev Author: juvinious Date: 2006-09-11 11:17:48 -0700 (Mon, 11 Sep 2006) Log Message: ----------- Some minor changes, added another progress bar to the demo for more clarity Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/include/saggui/widgets/progress_bar.h trunk/src/widgets/progress_bar.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sag...@li...> - 2006-09-13 01:58:45
|
Revision: 200 http://svn.sourceforge.net/saggui/?rev=200&view=rev Author: juvinious Date: 2006-09-12 18:56:38 -0700 (Tue, 12 Sep 2006) Log Message: ----------- Made guiManager a singleton. Simplifying the interface for initialization and setup. Windows are now automatically added to the guiManager, so there is no need to addWindow them, unless of course you are doing something exclusive. Modified Paths: -------------- trunk/demo/src/Main.cpp trunk/include/saggui/gui_manager.h trunk/include/saggui/window.h trunk/src/gui_manager.cpp trunk/src/rgba.cpp trunk/src/window.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |