comparison src/ChangeLog @ 10797:d479134f59de

fltk_backend.cc: use enum for plot_window::gui_mode instead of int
author John W. Eaton <jwe@octave.org>
date Mon, 19 Jul 2010 02:59:03 -0400
parents eaf7c8ab3b0c
children 8b135864b86b
comparison
equal deleted inserted replaced
10796:eaf7c8ab3b0c 10797:d479134f59de
1 2010-07-19 John W. Eaton <jwe@octave.org>
2
3 * DLD-FUNCTIONS/fltk_backend.cc (plot_window::gui_mode):
4 Use enum instead of int. Change all uses.
5
1 2010-07-18 Kai Habel <kai.habel@gmx.de> 6 2010-07-18 Kai Habel <kai.habel@gmx.de>
2 7
3 * DLD-FUNCTIONS/fltk_backend.cc: Add mode for mouse rotation. 8 * DLD-FUNCTIONS/fltk_backend.cc: Add mode for mouse rotation.
4 (view2status): new function 9 (view2status): new function
5 * src/graphics.cc: Remove limitations for zooming and translation. 10 * src/graphics.cc: Remove limitations for zooming and translation.