Mercurial > hg > octave-nkf
graph
-
src/Makefile.in (__magick_read__.df): Append MAGICK_INCFLAGS to CPPFLAGSFri, 18 Jul 2008 16:36:22 -0400, by John W. Eaton
-
src/Makefile.in (EXTRAS): Add graphics.cc to the listFri, 18 Jul 2008 16:25:12 -0400, by John W. Eaton
-
check for OpenGL/gl[u].hFri, 18 Jul 2008 19:22:41 +0200, by carlo
-
configure.in: fix FTGL test to handle either FTGL/ftgl.h or ftgl.hFri, 18 Jul 2008 14:08:44 -0400, by John W. Eaton
-
octave_mutex initialization fixesFri, 18 Jul 2008 13:00:52 -0400, by John W. Eaton
-
out_of_date_check_internal: make it work for class methodsThu, 17 Jul 2008 14:25:11 -0400, by John W. Eaton
-
Fix NDArray compilation/exportThu, 17 Jul 2008 10:56:22 -0400, by John W. Eaton
-
fix testsThu, 17 Jul 2008 10:55:50 -0400, by John W. Eaton
-
[mq]: covtestThu, 17 Jul 2008 11:57:56 +0200, by Jaroslav Hajek
-
[mq]: makefixThu, 17 Jul 2008 11:56:36 +0200, by Jaroslav Hajek
-
Allow build without GraphicsMagick installedThu, 17 Jul 2008 11:43:26 +0200, by David Bateman
-
Support for backend-to-octave event managementThu, 17 Jul 2008 07:58:50 -0400, by John W. Eaton
-
Add gcbo/gcbf functions.Wed, 16 Jul 2008 14:28:48 -0400, by John W. Eaton
-
Add octave_mutex classWed, 16 Jul 2008 14:26:18 -0400, by John W. Eaton
-
style fixesWed, 16 Jul 2008 14:21:24 -0400, by John W. Eaton
-
style fixesWed, 16 Jul 2008 14:20:38 -0400, by John W. Eaton
-
imread.m: simplify; loadimage.m: deprecateWed, 16 Jul 2008 12:55:48 -0400, by John W. Eaton
-
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor imagesWed, 16 Jul 2008 11:24:48 -0400, by John W. Eaton
-
misc 64-bit fixesTue, 15 Jul 2008 13:34:22 -0400, by John W. Eaton
-
update contributors.inTue, 15 Jul 2008 09:47:34 -0400, by John W. Eaton
-
src/Makefile.in: simplify with target-specific variable settingsMon, 14 Jul 2008 17:03:12 -0400, by John W. Eaton
-
__magick_read__.cc: configuration and style fixesMon, 14 Jul 2008 16:00:09 -0400, by John W. Eaton
-
Add original imread() files (from octave-forge) to core octave.Sat, 12 Jul 2008 10:11:30 -0400, by Thomas L. Scofield
-
miscellaneous cleanupFri, 11 Jul 2008 17:59:28 -0400, by John W. Eaton
-
eliminate octave_call_stack member functions caller_user_script and caller_user_function, and unused difference_type argsFri, 11 Jul 2008 15:43:10 -0400, by John W. Eaton
-
error for NaN values in & and | expressionsFri, 11 Jul 2008 14:56:30 -0400, by John W. Eaton
-
configure.in: use #endif, not #fi in testThu, 10 Jul 2008 17:36:20 -0400, by John W. Eaton
-
improve set functions for Matlab compatibilityWed, 25 Jun 2008 22:11:07 +0200, by Jaroslav Hajek
-
new NDArray constructor for ArrayN<octave_idx_type>Mon, 30 Jun 2008 15:51:31 +0200, by David Bateman
-
Add matlab V4 sparse matrixload/saveWed, 09 Jul 2008 22:35:06 +0200, by David Bateman
-
octMakefile.in (DIRS_TO_MAKE): finish previous changeThu, 10 Jul 2008 10:57:55 -0400, by John W. Eaton
-
octMakefile.in (DIRS_TO_MAKE): update listThu, 10 Jul 2008 10:54:19 -0400, by John W. Eaton
-
configure.in: check for ftgl.h instead of FTGL.hThu, 10 Jul 2008 10:01:18 -0400, by John W. Eaton
-
Various compilation fixes for MSVC.Thu, 10 Jul 2008 08:59:18 -0400, by John W. Eaton
-
toplev.cc (main_loop): undo previous change; input.cc (get_debug_input): don't delete global_command hereWed, 09 Jul 2008 18:03:10 -0400, by John W. Eaton
-
toplev.h (octave_call_stack::instance_ok): push top scope when creating instanceWed, 09 Jul 2008 16:16:19 -0400, by John W. Eaton
-
DLD-FUNCTIONS/inv.cc (Finv): Avoid GCC warningWed, 09 Jul 2008 12:28:26 -0400, by John W. Eaton
-
DLD-FUNCTIONS/expm.cc (expm): Avoid GCC warningWed, 09 Jul 2008 12:26:37 -0400, by John W. Eaton
-
Fix seg-fault for dbstep at end of functionWed, 09 Jul 2008 18:09:51 +0200, by David Bateman
-
ov-fcn-inline.cc (octave_fcn_inline::load_ascii): Avoid GCC warningWed, 09 Jul 2008 12:07:17 -0400, by John W. Eaton
-
Implement basic line antialiasingWed, 09 Jul 2008 11:01:37 -0400, by John W. Eaton
-
Draw markers above linesWed, 09 Jul 2008 11:00:45 -0400, by John W. Eaton
-
Allow octave compilation without FLTK/OpenGLWed, 09 Jul 2008 11:00:21 -0400, by John W. Eaton
-
Fix nil_rep reference counting in gl-render.cc::vertex_data internal classWed, 09 Jul 2008 10:59:29 -0400, by John W. Eaton
-
save and restore global_command as neededWed, 09 Jul 2008 10:58:12 -0400, by John W. Eaton
-
graphics.h.in (axes::properties::keypos): Declare as any_property instead of double_propertyTue, 08 Jul 2008 14:22:08 -0400, by John W. Eaton
-
call stack changesTue, 08 Jul 2008 12:00:32 -0400, by John W. Eaton
-
ChangeLog additionsSat, 28 Jun 2008 05:15:02 -0400, by John W. Eaton
-
token.h: Omit "class symbol_table::symbol_record" declThu, 26 Jun 2008 16:06:14 -0400, by John W. Eaton
-
lex.l (grab_block_comment): Use parens around || expression within && expressionThu, 26 Jun 2008 15:59:51 -0400, by John W. Eaton
-
avoid shadow warningWed, 25 Jun 2008 08:05:33 -0400, by John W. Eaton
-
Frats fix for nargin==0Wed, 25 Jun 2008 12:46:32 +0200, by David Bateman
-
avoid using gensub in genprops.awkFri, 20 Jun 2008 23:38:44 +0200, by Jaroslav Hajek
-
add missing include in MatrixType.hFri, 20 Jun 2008 09:34:55 +0200, by Jaroslav Hajek
-
make regexp(...,'once') matlab compatibleWed, 18 Jun 2008 21:00:06 +0200, by Jaroslav Hajek
-
simplify & cleanup octave_value::XXX_vector_value functionsMon, 26 May 2008 14:01:55 +0200, by Jaroslav Hajek
-
Fix to use of single precision slatec functionsMon, 16 Jun 2008 10:09:15 +0200, by David Bateman
-
dbstack fixesTue, 17 Jun 2008 13:58:21 -0400, by John W. Eaton
-
Remove some float-functions ambiguities.Fri, 13 Jun 2008 13:55:16 -0400, by John W. Eaton