log

age author description
Mon, 24 Jun 2013 15:41:46 +0200 Carnë Draug maint: fix typo on language name
Mon, 24 Jun 2013 14:52:46 +0800 Ben Abbott Initialization and updating of tightinset and looseinset properties.
Mon, 24 Jun 2013 14:49:36 +0800 Ben Abbott Include "looseinset" in axes::properties::update_units ().
Sun, 23 Jun 2013 19:38:59 -0700 Rik Update Text object color after property value has changed (bug #37007).
Sun, 23 Jun 2013 14:54:37 -0700 Rik system.tst: Replace removed function setstr() with char().
Sun, 23 Jun 2013 14:47:05 -0700 Rik Make demos in plot m-files compatible with Matlab for running comparison script.
Sun, 23 Jun 2013 14:00:26 -0700 Rik Remove deprecated function setstr.m from 3.8 release.
Sun, 23 Jun 2013 12:49:53 -0700 Rik doc: Periodic spellcheck of the documentation.
Sun, 23 Jun 2013 14:15:42 -0300 Júlio Hoffimann Reviewed pt_BR.ts
Sun, 23 Jun 2013 13:25:26 +0100 Carnë Draug pkg: display output of shell commands on real time if verbose.
Sun, 23 Jun 2013 16:50:08 +0200 Torsten make the result list in find files dialog always fill its layout
Sun, 23 Jun 2013 16:10:34 +0200 Torsten * settings-dialog.ui: prevent warning message for z-order of verticalSpacer_3
Sun, 23 Jun 2013 14:36:19 +0200 Torsten update of language files libgui/languages/*.ts
Sun, 23 Jun 2013 14:33:21 +0200 Torsten add macro Q_OBJECT to find_files_model in order to make tr () work
Sun, 23 Jun 2013 13:46:10 +0200 Torsten * octave-dock-widget.cc: add missing sync () after writing to settings
Sun, 23 Jun 2013 12:07:07 +0200 Torsten clean up some code for undocking and docking widgets
Sun, 23 Jun 2013 15:22:27 +0800 Ben Abbott Add missing semicolon to strjoin (missed in 7a97ff5ef42e).
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
Sun, 23 Jun 2013 09:05:05 +0800 Ben Abbott strjoin() should return an empty [0x0] string for an empty input.
Sat, 22 Jun 2013 17:40:52 -0700 Rik doc: Improve documentation for 2-D plot functions
Sat, 22 Jun 2013 14:36:42 -0700 Rik doc: Add copyobj, struct2hdl, hdl2struct to manual.
Sat, 22 Jun 2013 13:58:30 -0700 Rik doc: Add base64_encode()/base64_decode() to documentation.
Sat, 22 Jun 2013 22:25:20 +0200 Torsten fix resetting the window layout when some widgets are floating
Sat, 22 Jun 2013 12:43:52 -0700 Rik doc: add citation() to documentation.
Sat, 22 Jun 2013 20:43:29 +0200 Torsten fix checked state of window menu entries at startup (bug #39322)
Sat, 22 Jun 2013 11:16:04 -0700 Rik doc: Add gco() to documentation.
Sat, 22 Jun 2013 10:58:16 -0700 Rik doc: Add built_in_docstrings_file() to documentation.
Sat, 22 Jun 2013 10:28:21 -0700 Rik doc: Remove trailing characters after @seealso macro in version.m (bug #39307).
Sat, 22 Jun 2013 10:26:47 -0700 Rik legend.m: Tweak code for Octave coding conventions.
Sat, 22 Jun 2013 15:13:53 +0200 David Bateman Partially undo the changeset 8fce0ed4894a as sparse specialized version of is_empty can be used in all cases.
Sat, 22 Jun 2013 12:00:39 +0200 David Bateman When indexing scalars stored as sparse matrices, convert to an array, index and then resparsify (bug #37774)
Sat, 22 Jun 2013 15:35:19 +0800 Ben Abbott Remove "key", "keybox", "keypos", and "keyreverse" from the list of axes props.
Sat, 22 Jun 2013 15:24:00 +0800 Ben Abbott Avoid changing the fontsize of a legend's text strings when printing.
Sat, 22 Jun 2013 13:38:03 +0800 Ben Abbott Fix problems with changeset 286904321282.
Sat, 22 Jun 2013 11:18:56 +0800 Ben Abbott Use unmodified axes "position" and "outerposition" properties for legend().
Fri, 21 Jun 2013 22:40:53 +0200 Torsten make stand-alone windows from dock widgets when floating (bug #38785)
Fri, 21 Jun 2013 20:50:55 +0200 Torsten add Jordi's tips on hg extensions to the manual
Fri, 21 Jun 2013 23:33:17 +0800 Ben Abbott Rename "position" variable to "location" in legend.m
Fri, 21 Jun 2013 22:20:41 +0800 Ben Abbott When no keys are specified and defaults are populated, set have_labels = true.
Thu, 20 Jun 2013 22:04:58 -0400 John Donoghue GUI: enable clipboard content detection for terminal window context menu
Thu, 20 Jun 2013 20:18:28 -0700 Rik Rename cmdline option --jit-debugging to --jit-debug.
Thu, 20 Jun 2013 19:32:59 -0700 Rik doc: Use Texinfo @url command consistently throughout documentation.
Thu, 20 Jun 2013 19:14:55 -0700 Rik doc: Use the serial comma in Contributors chapter.
Thu, 20 Jun 2013 18:12:17 -0700 Rik doc: Update some spacing in the Tips & Standards chapter.
Thu, 20 Jun 2013 17:48:12 -0700 Rik doc: Update docstrings in oct-parse.in.yy.
Thu, 20 Jun 2013 18:21:48 -0400 John W. Eaton correctly parse expressions like pi+1 (bug #39301)
Thu, 20 Jun 2013 14:32:20 -0700 Rik __fltk_ginput__.m: Restructure and clean up code.
Thu, 20 Jun 2013 12:54:59 -0700 Rik __gnuplot_ginput__.m: Correctly stop early if <RETURN> key pressed (bug #32178).
Thu, 20 Jun 2013 10:55:45 -0700 Rik Return button information for ginput when using FLTK (bug #32178)
Thu, 20 Jun 2013 10:23:25 -0400 John W. Eaton use better method to determine whether we are using flex and bison
Wed, 19 Jun 2013 22:11:46 -0400 John W. Eaton always set at_beginning_of_statement when recognizing keywords (bug #38758)
Thu, 20 Jun 2013 03:39:53 +0200 David Bateman return true for is_single_type and false for is_double_type in octave_float_complex_diag_matrix
Thu, 20 Jun 2013 03:28:10 +0200 David Bateman Use complex_array_value in ov-cx-mat.cc(default_numeric_demotion_function) (bug #39254)
Wed, 19 Jun 2013 18:04:19 -0700 Rik Restore dassl tolerance after running %! tests (bug #36137).
Thu, 20 Jun 2013 02:17:25 +0200 David Bateman Specialize is_empty and numel methods for sparse matrices (debian bug #706376)
Wed, 19 Jun 2013 16:51:30 -0700 Rik ndgrid.m: Fix Matlab incompatibility with null inputs (bug #38685).
Wed, 19 Jun 2013 14:01:14 -0700 Rik accumdim.m: Add %!tests for function.
Thu, 18 Apr 2013 11:59:56 -0400 Corey Thomasson accumdim.m: fix bug and allow 6 arguments (bug #38770)
Wed, 19 Jun 2013 11:56:06 -0700 Rik fplot.m: Fix bug when FN is a constant function (bug #39287)
Wed, 19 Jun 2013 11:36:42 -0700 Rik Add -W command line option to disable window system (bug #38937)