Commit graph

16 commits

Author SHA1 Message Date
adam
dd5c4c2e5c Changes 0.95.2:
* Bug fix release.
2010-01-16 09:15:25 +00:00
adam
8b771d86bf Changes 0.11.55:
* Added "Require Source Selection" (and Destination ditto) flag
  in the "Before&After" options for external command rows. This
  prevents commands from running if there is no selection, which
  is handy to avoid making programs read from stdin. Added after
  issue report by C. H. Block.
* Brought Copyright in About window and man page into 2005. :)
* Added (commented-out) sample row in gentoogtkrc.in to show how
  to set color of non-used pane rows (not reachable by gentoo's
  File Style system).
* Fixed broken g_snprintf() formatting specifier in the overwrite
  dialog that caused it to crash on Solaris. Reported (possibly
  among others) by N. Antic.
* Added option to let window manager position dialogs. Suggested
  by "Martinko". This is the new default behavior, too.
* Added a SelectShell command, that makes select/unselect/toggle
  decisions based on running shell commands. Suggested by me. :)
  See docs/scratch/command_args.txt, or use the GUI. Modified the
  default button layout to put SelectRE/SelectShell together.
2005-06-30 15:28:45 +00:00
adam
59dad1457e Changes 0.93.96:
* Scroll wheel suuport
* Xpm security fixes
* XmList fixes
* XmFrame fixes
* fix for uninitialised memory problems
2004-09-28 12:52:13 +00:00
adam
0c52b0d5d9 Changes 0.93.94:
Fix the crashes that were introduced by fixes for gadget colour problems.

Changes 0.93.91:
Implement Add Mode in XmText.
2003-12-12 10:11:39 +00:00
adam
453eb45962 Changes 0.93.41:
Intermediate release - extend LessTif to work with the Xft library
	Bug-fixes
Changes 0.93.44:
	Bug-fixes
Changes 0.93.46:
	Bug-fixes
2003-07-18 10:50:06 +00:00
drochner
5d56691537 update to 0.93.36
changes to the pkg:
-don't bother sharing patches with the Motif-1.2 compatible version
 anymore -- most patches were only necessary to be able to share
 patches, so it got ridicoulous
-kick out use of autoconf et al. - just unneeded complexity
-comply to Motif-2.1 instead of 2.0
lesstif changes:
-added XmSimpleSpinBox implementation
-Initial implementation of the CareParentVisual Trait
-Start implementing XmRenderTable, XmRendition, XmTabList
-misc fixes/cleanups
2002-12-05 19:10:42 +00:00
jlam
e5bae2d580 Update lesstif and lesstif12 to 0.92.32. Changes from version 0.92.26
include:

	Small code fixes to help building on some systems
	Use new libtool version 1.4 and automake 1.4-p1
	Install more machine-indepedent files in $(prefix)
2001-06-30 19:08:21 +00:00
jlam
c788cdc7d8 Update lesstif and lesstif12 to version 0.92.6. Make me the maintainer
since I'm most familiar with the hack to include the LessTif X11 config
files.  Relevant changes from version 0.91.8:

     * Build/Install Uil libs and Headers (and tests) by default.
     * Fixed some FontList interfaces to conform to the docs. Might fix
       memory leaks as well.
     * Ongoing work to use ANSI C89 as much as possible. Drop alternatives
       being used (e.g. bcopy() and friends)
     * The Motif 2.x Xme() funcs should now all exist in stubs at least; some
       had already been "implemented" earlier.
     * Build support for a Motif 2.1 compatible tree. This will soon replace
       the 2.0 tree.
     * Work in progres for creating XmPrint API. (2.1 functionality)
2000-12-22 17:26:18 +00:00
jlam
0aa91625f7 Update lesstif to 0.91.8. Changes from version 0.91.4 include several
fixes to plug memory leaks and changing the way LessTif imake config files
are handled.  Also, install the HTML documentation in share/doc/html.
2000-10-23 19:45:05 +00:00
jlam
a7515ab2eb Update lesstif to 0.91.4. Only minor bug fixes and some improvements
to the Xbae widget set.  As a package, split out the Motif-1.2-compatible
libraries into a separate package.  This package now contains just the
main (Motif-2.0-compatible) LessTif libraries, headers, and documentation.
2000-07-25 14:42:00 +00:00
tron
27eb7db10f Update lesstif package to version 0.90.0 based on patches supplied by
Mark Davies in PR pkg/9915. Changes since version 0.89.9:
- XbaeMatrix : work in progress for making rows resizable. This is
  already in place for columns, it is one of the requirements for being
  able to handle different fonts. This may break binary compatibility
  with previous releases.
- Various XmText bugfixes.
- Add Xm/MenuT.h trait include file, required for Xmt 2.1.3.
- XbaeMatrix : two bugfixes related to use of global variables (auch).
- CascadeButtons : if we set the sub-menu on a menubar there is no need
  to refresh.
- All over : remove reference to timers we've nuked with
  XtRemoveTimeOut().
- XmList (XmEXTENDED_SELECT) - the selected_item_count was always coming
  back as 1
- ImageCache : add None symbolic name for transparency.
- XmTextFieldSetSelection - do not allow the start or end position to be
  greater than the current length.
- Make Labels handle bitmaps in the version 2 case only
- XmRowColumn : Give the focus to the root when we don't know were else
  to put it
- SelectionBox has a class method called list_callback. In our FileSB
  class initialization this field was missing. This was causing FileSB
  sub-classing problems.
- Do not activate an accelerator belonging to an un-managed widget. (DDD)
- Mnemonics were being installed and un-installed based on a different
  set of rules.
- Make label handle pixmaps with a depth of 1.
- Xbae : consistent use of ANSI C prototypes.
- Several bugfixes to RPM configuration file (lesstif.spec).
- Work in progress for making Xbae widgets threadsafe.
- XmListReplaceItemsPosUnselected doesn't replace last item due to the
  test being performed as if position were 0 based rather than 1 based.
- DragBS : don't tell bcopy to copy a negative length.
- Various fixes for compiler warnings.
- DragBS : _XmWriteDragBuffer also seems to have difficulties - it
  doesn't work if the 'size' is bigger than 1000, because someone had the
  bright idea of hardcoding 1000 in as the maximum possible size.
- Convert web pages to using JPEG instead of GIF.
- Add Builder Xcessory example files for Xbae widgets. With these you
  should be able to import the Xbae widgets onto the BX palette.
- Print a couple of warnings if someone calls Mrm thinking it might
  actually do something.
- Clean up website text consistency.
- Fix XmListYToPos().
- Get rid of
- Our sample system.mwmrc wasn't correct.
- Manager.c : virtual key accelerator handler.
- lesstif.spec : make sure the include files for Xbae, Xlt make it in.
- lesstif.spec : split the "devel" RPM into two - the "devel" RPM keeps
  the development stuff (include files etc), the new "static" RPM
  contains the static libraries.
2000-04-27 13:14:47 +00:00
hubertf
f2bffb89e2 remove some leftovers from the defuzzing 1999-11-24 17:38:50 +00:00
hubertf
79b1445fb1 defuzz 1999-11-24 17:34:09 +00:00
drochner
0cc98c4235 update to lesstif-0.89.4
changes since 0.89.0:
FileSB updates
    Several bug fixes which improve nedit operation (particularly the File->Open insensitivity problem).
    General code cleanup, and 64 bit improvements, eliminated most warnings on DU compile
    SelectionBox popdownCallback fixes
    XmListReplacePositions fix
    several fixes for openDX
1999-11-15 21:30:27 +00:00
jlam
ecb6971b7b Update to 0.89.0. Renumbered patches because it got increasingly difficult
to track patches to individual files.

Changes from 0.88.9:

   * Add FontChooser widget to Xlt.
   * Fix to XmText to make a second call to SetValues with the same
     pointer still work.
   * Added a directory tree lib/Xbae which contains the Xbae widget set
     (XbaeMatrix, XbaeCaption, and XbaeInput).
   * Made build system changes to build Xbae in the same way as Xlt.
   * Add build system options to Xlt and/or Xbae can be compiled together
     with LessTif.
     Use the --enable-build-Xlt and --enable-build-Xbae options.
   * Xbae contains both automake-based and Imake based build support;
     we're not sure how actively we'll support Imake though.
   * RowColumn tear-off segfault fix.
   * Fixed segfault with xmgrace.
   * various fixes for openDX
   * VaSimpleOption fix for Xquote
   * fixes for mapCallback for DialogShells with BulletionBoard children
   * Even though binary compatibility is not our true goal,
     Netscape-dynMotif (4.61) now runs out-of-the-box with lesstif!
   * Initial attempts at making lesstif threadsafe (PushB, PushBG)
   * mxftp should now work
   * XmScrolledWindow/XmScrollBar geometry fixes
1999-11-03 04:18:46 +00:00
drochner
dcf6eafa48 update lesstif to 0.88.9,
from Adam Ciarcinski (adam@albedo.com.pl) per PR pkg/8299
1999-09-03 19:45:11 +00:00