1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
[May 31, 2024] V8.8.1:
Moving resource file from Dial and DialSq to XDial and XDialSq to
follow standard.
Revamped default install to install for Gnome/KDE.
[Aug 09, 2023] V8.7.1:
Fixing configure to not use -std=c89 as it may not always work with
installed includes.
[Dec 16, 2022] V8.6.2:
Athena: Simplified menu code.
[Dec 14, 2022] V8.6.1:
Updating Athena libs as seen in xterm build and adding XawPlus.
[Dec 09, 2022] V8.6.0:
Redesign gui parts as getting too unwieldy. Ripping out xgui.h
xgui.c from main file.
[Oct 31, 2022] V8.5.6:
Updating for Xaw3dxft and neXtaw.
[Oct 04, 2022] V8.5.4:
Motif/Athena: Updated menus and popup titles.
[Sep 01, 2022] V8.5.3:
Updated to use XtAppInitialize from XtInitialize. This helped fix
Athena issue when killing dialog by window exit and bringing
down application (WM_PROTOCOLS nonsense).
Athena: popup window title bar close handled better.
[Jul 11, 2022] V8.5.1:
Cleanup and configuration updates.
[Jul 07, 2022] V8.5.0:
Athena version, because I got complaints about Motif being old.
[Nov 20, 2020] V8.3.0:
Fixing some screen dust on pointer.
[Apr 04, 2020] V8.2.6:
Lots of spelling errors fixed due to codespell
https://manpages.debian.org/testing/codespell/codespell.1.en.html
Updated references to website to https. https://www.sillycycle.com
[Oct 02, 2018] V8.2.0:
Added HAVE_SNPRINTF compile-time option.
[Aug 01, 2017] V8.1.0:
Valgrind helped find some definite memory leaks.
[Sep 13, 2016] V8.0.5:
Old website http://www.tux.org/~bagleyd died, shifted code base to
new website http://www.sillycycle.com
[Feb 24, 2014] V8.0.0:
Install fixes.
[Jan 20, 2014] V7.7.3:
Reorganized pixmap directory.
[Jan 21, 2010] V7.6:
Version handling changed to a single version.h.
[Jun 05, 2009] V7.5:
Cleaned up menu look.
[Jul 21, 2008] V7.4.1:
Strange character at end of help title removed.
[Jul 11, 2008] V7.4:
Leading function names in lowercase.
[Feb 29, 2008] V7.3.4:
Changed pointer from crosshair to hand2.
[Dec 24, 2007] V7.3.2:
Constants changed.
Added 3D look to frame.
Back ported GTK dial widget.
[Nov 07, 1994] V2.0:
XT version.
[Oct 01, 1993] V1.0:
Motif version The X Window System
Programming and Applications with Xt OSF/Motif Edition
by Douglas A. Young pp344-370
|