ANNOUNCE: GTK+ C++ Object Development Environment GCode-1.0



Fir Jul 20 06:45:52 2002  Jeff Franks  <jcf tpg com au>

	* Released GCode-1.0-Beta-1	
	
	* Updated several tutorial files and added three new tutorial
	files: extensionclasses.html, dockbox.html and dockwindow.html.


Fir Jul 20 02:27:14 2002  Jeff Franks  <jcf tpg com au>

	* gcode/gxc: Added the gxc subdirectory for the first of the new 
	GCode eXtension	Classes.
	
	* gcode/gxc/mainwindow.[cch]: Added Gxc::Mainwindow, a main window 
	class that sets up an application data file to save and restore 
	user preferecnes.
	
	* gcode/gxc/dockbox.[cch]: Added the dockable widget classes Gxc::DockBar
	and Gxc::DockBox. Together, these two classes let you any drag and dock
	any contained widget, usually a toolbar, around to any one of the four 
	sides of the parent Gxc::DockBox.
	
	* gcode/gxc/dockwindow[.cch]: Added Gxc::DockWindow, a convenient main
	window class which derives from Gxc::MainWindow and incorporates the
	dockable widget Gxc::DockBox, a dockable main menubar, dockable widgets
	and toolbars and a statusbar that can display a small toolbar to it's
	left or right.

Sun Jul 17 04:10:28 2002  Jeff Franks  <jcf tpg com au>

	* gcode/gtk/widget.[cch]: Changed the integer parameter of add_events()
	and set_events methods to take a Gdk::EventMaskField. Changed the
	get_events() accessor to return a Gdk::EventMaskField instead of an
	integer.

Sun Jul 17 04:10:28 2002  Jeff Franks  <jcf tpg com au>

	* Added missing protected default constructors to numerous widgets
	making it easier to derived new custom widgets from existing widgets
	or their base classes.

Sun Jul 07 03:19:37 2002  Jeff Franks  <jcf tpg com au>

	* gcode/gdk/window.[cch]: Changed get_position and get_root_origin
methods
	to return a Gdk::Point rather than take a reference to a Gdk::Point as a
	parameter.

Sun Jul 07 03:09:42 2002  Jeff Franks  <jcf tpg com au>

	* gcode/gtk/widget.h: Fixed data type typo in on_drag_motion method 
	declaration.

Sat Jun 22 14:02:25 2002  Jeff Franks  <jcf tpg com au>

	* gcode/gtk/widget.[cch]: Added a virtual initialize() function to
	Gtk::Widget. This function gets called imlicitly during widget
realization
	but before the 'realize' signal is sent. initialize() can be used to
	initialize data common to several constructors or data that needs to be
	initialized after all derived class constructors have been called.


	Tue Jul 02 19:12:53 2002  Jeff Franks  <jcf tpg com au>

	* gcode/gtk/radiobutton.[cch]: Added new constructor to Gtk::RadioButton.

	* gcode/gtk/radiomenuitem.[cch]: Added new constructors to
Gtk::RadioMenuItem
	that make using radio menu items easier.

Thu Jun 20 14:19:12 2002  Jeff Franks  <jcf tpg com au>

	* gcode/gtk/box.[cch]: Added a Gtk::BoxChild wrapper class for 
	GtkBoxChild. Gtk::Box::children() now uses this wrapper class instead
	of GtkBoxChild.

	* gcode/gtk/box.[cch]: Added a query_child_position() method the
Gtk::Box.
	query_child_position() returns the zero-based position of a packed widget
	with respect to its packing type, either Gtk::PACK_START or
Gtk::PACK_END.
	If the widget is not found -1 is returned.

Tue Jun 18 10:04:48 2002  Jeff Franks  <jcf tpg com au>

	* gcode/gdk/types.[cch]: Added Gdk::GrabStatus enum and the Gdk namespace
	functions keyboard_ungrab, pointer_is_grabbed and pointer_ungrab.

	* gcode/gdk/window.[cch]: Added keyboard_grab and pointer_grab methods to
	Gdk::Window.

	* gcode/gtk/widget.[cch]: For convenience, added keyboard_grab and
	pointer_grab methods to Gtk::Widget.

Sun Jun 16 08:20:11 2002  Jeff Franks  <jcf tpg com au>

	* gcode/gdk/gc.h: Removed the 'FUNCTION_' prefix from the Gdk::Function
	enum names.

Tue Jun 4 06:34:55 2002  Jeff Franks  <jcf tpg com au>

	* gcode/string.[cch] gcode/memory.[cch]: Renamed these files to
	gcode/utf-string.[cch] gcode/memoryhandler.[cch] to avoid name conflict
	with standard files. Reported by Stanislaw Salik <stash lo7 wroc pl>

	* gcode/utf-string.h: Updated numerous files to include this new
	header file.

Tue Jun 4 00:36:25 2002  Jeff Franks  <jcf tpg com au>

	* gcode/string.cc (String::erase) gcode/gtk/widget.cc 
	(Gtk::Widget::Widget) gcode/pango/attributes.cc 
	(Pango::AttrList::insert) gcode/pango/font.cc
	(Pango::FontDescription::better_match):	Applied patch from
	Stanislaw Salik <stash lo7 wroc pl>	which removed spurious
	default function parameters.

Mon Jun 3 00:00:00 2002  Jeff Franks  <jcf tpg com au>

	* demos/gcode-demo/Makfile.am: Changed makefile to build and
	install gcode-demo by default.

Mon Jun 3 00:00:00 2002  Jeff Franks  <jcf tpg com au>

	* demos/gcode-demo/demowindow.cc demos/gcode-demo/images.cc
	demos/gcode-demo/textview.cc: Fixed segfault in gcode-demo
	that occurred when program could not find the image files.

Thu May 30 00:00:00 2002  Jeff Franks  <jcf tpg com au>

	* Initial import into cvs.













[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]