log src/ChangeLog @ 8367:445d27d79f4e

age author description
Thu, 04 Dec 2008 08:31:56 +0100 Jaroslav Hajek support permutation matrix objects
Wed, 03 Dec 2008 13:32:57 +0100 Jaroslav Hajek implement diagonal matrix objects
Wed, 03 Dec 2008 20:57:27 -0500 John W. Eaton style fixes
Wed, 03 Dec 2008 20:53:05 -0500 John W. Eaton ChangeLog fix
Sat, 15 Nov 2008 00:58:17 +0100 Thorsten Meyer keep empty strings in char
Tue, 25 Nov 2008 14:04:55 +0100 Jaroslav Hajek fix empty matrix handling in switch statement
Tue, 25 Nov 2008 14:04:55 +0100 Jaroslav Hajek smarter conversion lookup
Mon, 24 Nov 2008 11:05:25 +0100 David Bateman changelog fix
Mon, 24 Nov 2008 11:00:47 +0100 David Bateman Check validitity of handles to delete before deleting them to avoid issues with callbacks deleting the handles as well
Mon, 24 Nov 2008 10:55:50 +0100 Jarkko Kaleva Add generalized eigenvalue functions
Wed, 19 Nov 2008 16:55:47 +0100 Jaroslav Hajek reuse matrix type detected in det
Wed, 19 Nov 2008 11:23:07 +0100 Jaroslav Hajek templatize & fix DET
Mon, 17 Nov 2008 23:03:37 -0500 John W. Eaton load-path.cc (load_path::dir_info::update): simplify previous change
Mon, 17 Nov 2008 22:30:39 -0500 John W. Eaton load-path.cc (load_path::dir_info::update): smarter handling of relative names
Thu, 13 Nov 2008 14:13:54 -0500 John W. Eaton better use of templates in ov-intx.h
Wed, 12 Nov 2008 21:36:39 +0000 Michael Goffioul Fix for MSVC compilation
Wed, 12 Nov 2008 15:45:00 +0100 David Bateman Correct cast of matrix by cell or struct concatenation
Wed, 12 Nov 2008 12:31:56 +0000 Michael Goffioul Extend filesep functionality by allowing to return all valid file separators
Tue, 11 Nov 2008 22:06:43 +0100 Jaroslav Hajek handle correctly empty cs-lists in assignment
Tue, 11 Nov 2008 14:34:37 -0500 John W. Eaton lex.l (<MATRIX_START>{S}+): Don't insert separator if next token is a separator.
Tue, 11 Nov 2008 14:34:02 -0500 John W. Eaton parse.y (F__parser_debug_flag__): New function.
Tue, 04 Nov 2008 15:08:27 +0100 David Bateman Add scalar reshape method
Fri, 31 Oct 2008 08:05:32 +0100 Jaroslav Hajek improve norm computation capabilities
Fri, 31 Oct 2008 17:41:57 +0100 David Bateman Add constraint for logical image cdata
Fri, 31 Oct 2008 12:30:20 +0100 David Bateman Add code to remove listeners from properties and use it with newplot
Thu, 30 Oct 2008 17:31:15 -0400 John W. Eaton oct-map.cc: copy key_list in indexing functions
Thu, 30 Oct 2008 14:15:12 +0100 David Bateman Add support for left/right argument to the legend function
Mon, 20 Oct 2008 16:54:28 +0200 Jaroslav Hajek improve dense array indexing
Wed, 29 Oct 2008 17:52:54 -0400 Thorsten Meyer fix @seealso references to point to existing anchors
Wed, 29 Oct 2008 12:41:10 +0100 Jaroslav Hajek fix docs for cholinsert, choldelete, cholshift
Tue, 28 Oct 2008 13:01:58 -0400 John W. Eaton clear local symbol table after parsing function
Tue, 28 Oct 2008 10:47:26 -0400 Brian Gough fix scaling factor for negative alpha in zbesi,cbesi
Thu, 23 Oct 2008 16:01:06 -0400 John W. Eaton skip reading history file with --no-history option
Thu, 23 Oct 2008 12:19:36 -0400 John W. Eaton fltk_backend.cc: update initialization comment
Wed, 22 Oct 2008 22:06:36 -0400 John W. Eaton fltk_backend.cc (figure_manager::default_size): increase default window size
Wed, 22 Oct 2008 22:03:40 -0400 John W. Eaton fltk_backend.cc (class figure_manager): implement in way consistent with other singleton classes in Octave
Wed, 22 Oct 2008 14:57:51 -0400 John W. Eaton properly update currentaxes when axes are deleted
Wed, 22 Oct 2008 13:28:43 -0400 John W. Eaton make fltk backend figures work again
Wed, 22 Oct 2008 04:30:17 +0100 David Bateman More plot object updates
Tue, 21 Oct 2008 21:07:05 -0400 John W. Eaton graphics.h.in (axes::properties::delete_children): Delete decl
Tue, 21 Oct 2008 14:06:25 -0400 John W. Eaton [mq]: hidden-children
Mon, 20 Oct 2008 12:22:28 -0400 John W. Eaton set name of root_figure object to root
Thu, 16 Oct 2008 17:07:02 -0400 John W. Eaton generate new fractional parts for recycled graphics handles
Thu, 16 Oct 2008 16:49:28 -0400 John W. Eaton graphics.cc (base_properties::remove_child): handle children as a column vector instead of a row vector
Thu, 16 Oct 2008 13:28:43 -0400 John W. Eaton imported patch rundemos
Thu, 16 Oct 2008 14:49:08 +0100 David Bateman Preserve font and position properties when axes are replace in the handle code
Thu, 16 Oct 2008 03:42:40 -0400 Ben Abbott __go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Wed, 15 Oct 2008 11:52:39 -0400 David Bateman allow multiple args for inferiorto and superiorto
Sun, 12 Oct 2008 15:28:00 +0100 David Bateman Add overloading of the colon operator
Thu, 09 Oct 2008 20:09:13 +0100 David Bateman Allow saving/loading of classes. Add saveobj and loadobj methods
Fri, 10 Oct 2008 15:10:58 -0400 John W. Eaton graphics.cc (base_graphics_properties::adopt): place new child at front of list, not end; make children a column vector instead of a row vector
Fri, 10 Oct 2008 11:07:53 -0400 John W. Eaton [mq]: graphics-backend
Wed, 08 Oct 2008 11:29:27 -0400 David Bateman Allow arrays of graphic handles to F__go_delete__
Mon, 06 Oct 2008 21:38:49 +0200 Jaroslav Hajek implement 64-bit arithmetics
Mon, 06 Oct 2008 14:12:09 -0400 John W. Eaton oct-type-conv.h (octave_type_conv_body): avoid shadow warning from GCC
Mon, 06 Oct 2008 13:31:56 -0400 David Bateman Handle arrays of handles in the Fishandle function
Mon, 06 Oct 2008 13:03:04 -0400 John W. Eaton ChangeLog fixes
Fri, 03 Oct 2008 13:04:14 +0200 Jaroslav Hajek imported patch maybe_delete_fix.diff
Thu, 02 Oct 2008 22:50:44 +0200 Jaroslav Hajek fix null assignment for structs
Thu, 02 Oct 2008 15:00:18 -0400 John W. Eaton pt-arg-list.cc (tree_argument_list::convert_to_const_vector): don't insert undefined elements in return list