- Jan 02, 2005
-
-
Christophe Geuzaine authored
add option to specify the size of the small axes
-
Christophe Geuzaine authored
use v0, v1, ..., vn to access the other components of the field
-
Christophe Geuzaine authored
add special token "Today" to return the current date
-
Christophe Geuzaine authored
"make purge" should also remove .#* files
-
Christophe Geuzaine authored
fix small mistake in definition of char-expression
-
- Jan 01, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
copyright update
-
Christophe Geuzaine authored
- More intelligent way to detect if we need to apply a polygon offset or not. - better computation of translation coef in Draw2D
-
Christophe Geuzaine authored
remove extra test on !port
-
Christophe Geuzaine authored
better handling of end-of-string characters in text strings (which removes the need for the ugly '^' hack) -> bumped file format version from 1.2 to 1.3
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
The TCP patch broke UNIX solckets on Winwows (since Windows paths can contain a colon)
-
Christophe Geuzaine authored
the TCP patch broke UNIX sockets on Windows (since Windows paths already contain a colon)
-
- Dec 31, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
sanitize TeX strings in an "intelligent" way
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Added 2 options to control polygon offset. Instead of trying to guess when a polygon offset is useful (it's no that simple when we combine geo+mesh+some views), we just apply it conditionally to all surface drawings.
-
Christophe Geuzaine authored
optimize ExportLc
-
Christophe Geuzaine authored
test if there is anything to save before opening the file
-
Christophe Geuzaine authored
generalized ExportLcField to all element types
-
Christophe Geuzaine authored
fixed computation of Min/Max when the view contains different element types
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
pretty print messages and comments
-
Christophe Geuzaine authored
Ctrl+a->Shift+a
-
Christophe Geuzaine authored
Replaced all *non-modal* Fl_Windows with either Dialog_Windows or Main_Windows, which are derived from Fl_Window amd correctly process the OS-specific "Close Window" shortcuts (Pomme+W on MacOS, Alt+F4 on Win32).
-
Christophe Geuzaine authored
Opengl_Window should not take the keyboard focus by force as soon the mouse enters its area (this messes up the processing of other windows shortcuts). Instead, it should only force the focus when it gets a mouse click. This is much nicer.
-
Christophe Geuzaine authored
prevent crash when no contour
-
Christophe Geuzaine authored
Small aesthetic changes: - Only 'title-capitalize' window titles and menus; the rest should be capitalized like normal english sentences - The window title should be exactly the same as the menu item (without the ellipsis character if there is one)
-
- Dec 30, 2004
-
-
Christophe Geuzaine authored
Print "Shift+Ctrl" instead of "Ctrl+Shift" in the docs, since this is the way both FLTK and MacOS do it
-
Christophe Geuzaine authored
show 'About' window in the middle of the screen
-
Christophe Geuzaine authored
final shortcut changes decided by Laurent
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- On Mac, Cmd==Ctrl - better menu dividers
-
Christophe Geuzaine authored
- reworked the keyboard shortcuts with Laurent (our very own Macintosh Usability Guidelines Expert) - new smoothing option for jpeg output - new small GUI dialogs for ps/pdf/jpeg/gif/msh output (makes the 'format' menu in the file dialog much shorter)
-
Christophe Geuzaine authored
bulletproof parse_string and skip_until so that we don't crash and simply report the error + use Msg instead of YY_FATAL_ERROR in YY_INPUT
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Fixed all (well, most) string memory leaks in the parser. I've run automated tests on all the demos and benchmarks, and I did not see anything suspicious (no crashes, double frees, etc.) ****************************************************************** ****************************************************************** *********** Pretty please, please give this version ************** *********** a try, especially on files with lots of ************** *********** loops, includes, arrays of variables, ************** *********** etc., and report any problems. Thanks! ************** ****************************************************************** ******************************************************************
-
Christophe Geuzaine authored
For/EndFor loop corrections exposed small bug here :-)
-
Christophe Geuzaine authored
Don't optimize Gmsh.tab.o: on many architectures, g++ -O2 generates assembly code too large to be addressed correctly. This will hopefully fix the build problems reported on ppc.
-
Christophe Geuzaine authored
don't need UpdateViewsInGUI in parser anymore
-