log libinterp/corefcn/graphics.cc @ 22197:e43d83253e28

age author description
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Tue, 12 Jul 2016 11:51:39 -0400 John W. Eaton include builtin-defun-decls.h as needed
Tue, 12 Jul 2016 09:40:09 -0400 John W. Eaton include builtins.h only where needed
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Thu, 07 Jul 2016 13:07:03 -0700 Rik Overhaul graphics implementation of hold() (bug #43559).
Thu, 07 Jul 2016 08:42:44 -0400 John W. Eaton use octave::sys::time instead of C library time function
Wed, 06 Jul 2016 21:55:08 -0700 Rik Use default gridlinestyle of '-' for Matlab compatibility.
Thu, 30 Jun 2016 18:23:34 +1000 Lachlan Andrew Call Fdrawnow only after ui* callbacks, not all (bug #47216).
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Mon, 13 Jun 2016 14:24:55 -0700 Rik maint: Remove unused variable left over from cset a6952c880cec.
Sun, 12 Jun 2016 21:37:49 -0700 Rik maint: Use 'auto' in graphics.cc, graphics.in.h files.
Fri, 10 Jun 2016 18:36:05 -0700 Mike Miller Set last error state when error occurs in a callback (bug #48175)
Thu, 09 Jun 2016 10:57:22 -0700 Mike Miller Catch spurious errors thrown by the parser when executing callbacks (bug #48175)
Fri, 03 Jun 2016 11:34:34 +0200 mmuetzel No warning message for reset of patch or surface objects (bug #47791).
Thu, 05 May 2016 20:03:26 +0100 Andrew Thornton Implement uibuttongroup (bug #47513)
Mon, 30 May 2016 13:17:13 +0200 mmuetzel Implement graphics object "light" (patch #8943).
Wed, 25 May 2016 16:51:16 -0400 John W. Eaton use namespace for lo-mappers.h functions
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Thu, 19 May 2016 18:55:23 -0400 John W. Eaton use namespace for command_editor and command_history classes
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Thu, 19 May 2016 01:22:06 -0400 John W. Eaton use namespace for file_stat classes
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Tue, 17 May 2016 11:32:53 -0400 John W. Eaton use namespace for numeric_limits
Tue, 17 May 2016 01:11:27 -0400 John W. Eaton define octave_numeric_limits template methods for Inf and NaN
Fri, 13 May 2016 18:59:29 -0500 Daniel J Sebald Remove reference to drawnow 'mono' throughout scripts and code, update args test
Mon, 02 May 2016 11:12:16 -0700 Rik maint: Octave coding convention cleanups.
Mon, 02 May 2016 08:53:18 -0700 Rik maint: for clarity, call ndims() rather than length() on dimension vectors.
Fri, 29 Apr 2016 15:33:56 -0400 John W. Eaton allow close to accept a column vector or matrix of handles
Fri, 29 Apr 2016 18:43:08 +1000 Lachlan Andrew Do not redraw while figures are being deleted (bug #47699).
Thu, 28 Apr 2016 13:10:28 +0200 mmuetzel Add "facenormals" and "*normalsmode" to "surface" and "patch" (bug #47791)
Sun, 10 Apr 2016 20:45:01 -0700 Rik maint: Remove extra space between end of statement and semicolon.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Mon, 22 Feb 2016 13:18:02 +1100 Lachlan Andrew Draw updates to GUI at end of GUI callback function (bug #47216)
Thu, 24 Mar 2016 18:56:33 +0100 mmuetzel Allow mixed structures and prop/val pairs in call to set (bug #47526)
Mon, 21 Mar 2016 15:01:12 -0700 Mike Miller Fix failing tests when building with --without-opengl
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Mon, 15 Feb 2016 11:04:52 -0800 Rik Fix imshow segfault when data cannot be converted to appropriate type (bug #46933).
Sun, 07 Feb 2016 02:03:58 -0500 John W. Eaton don't strip pipe character from command in drawnow function
Sat, 06 Feb 2016 08:15:53 -0500 John W. Eaton revamp text rendering classes
Fri, 05 Feb 2016 14:50:00 -0500 John W. Eaton allow build to succeed with missing dependencies
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Thu, 21 Jan 2016 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Wed, 20 Jan 2016 22:19:02 -0800 Rik maint: change "return octave_value ()" to "return ovl ()".
Wed, 20 Jan 2016 20:57:45 -0800 Rik maint: Remove unused variables.
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Fri, 08 Jan 2016 15:30:22 -0500 John W. Eaton use gh_manager::auto_lock to ensure lock state is properly restored
Thu, 31 Dec 2015 13:39:25 -0800 Rik maint: Use comparison operators rather than compare() for strings.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Sat, 26 Dec 2015 18:59:45 -0800 Rik Deprecate all_strings, replace with string_vector_value.
Wed, 23 Dec 2015 17:41:16 -0500 John W. Eaton maint: graphics.cc: invert if/else/error instances.
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Sun, 20 Dec 2015 15:31:53 -0800 Rik maint: eliminate special cases of statements after error.
Sun, 20 Dec 2015 13:26:17 -0800 Rik maint: Eliminate more useless statements after error().