Граф коммитов

37 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org e840235a7e updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
mcafee%netscape.com 506ce38dc4 Cut & Paste bug, double-freeing stuff. Thanks to Peter.vanHelden@net.HCC.nl for the fix. 1998-11-08 21:31:07 +00:00
cls%seawood.org 3b35de8e5e Sync'd with Makefiles 1998-10-23 20:35:24 +00:00
briano%netscape.com 1b917b5f93 Support for the new, single dist/include directory mechanism. 1998-10-23 02:09:26 +00:00
cls%seawood.org 29652b274e Added $FE_X_CFLAGS to CFLAGS 1998-10-22 01:37:11 +00:00
slamm%netscape.com b40eb43250 Improve column resizing. 1998-10-15 20:52:11 +00:00
slamm%netscape.com 614759f8f3 Adde test for the column sort indicator. 1998-10-08 22:13:33 +00:00
slamm%netscape.com 1712885d89 Change list of default CSRCS so that is works when XFE_WIDGETS_BUILD_UNUSED is not set. 1998-10-08 22:13:26 +00:00
slamm%netscape.com fd379eb703 Change centered label to XmALIGNMENT_BEGINNING when too big to fit in space. 1998-10-08 22:13:23 +00:00
slamm%netscape.com ce07960855 Add column sort indicator. 1998-10-08 22:13:10 +00:00
slamm%netscape.com a1da9864a1 Add column sort indicator. Change show/hide column buttons to take their own column space (previously they shared it with the last column. 1998-10-08 22:13:06 +00:00
slamm%netscape.com 8ecc374061 Set the sensitivity of the show/hide column buttons. 1998-10-05 23:30:45 +00:00
ramiro%netscape.com eb87321ea3 Add enter/leave and cell enter/cell leave callbacks. 1998-10-01 01:28:09 +00:00
ramiro%netscape.com d72c149d03 Restore the resources to non const. const was causing problems on some
platforms.  Thanks to "Marc J. Fraioli" <fraioli@dg-rtp.dg.com> for pointing
this out.
1998-09-25 11:38:07 +00:00
ramiro%netscape.com 25386e063a Change 'static XtResource' to 'static const XtResource' types for resources.
Thanks to Joe Keane <jgk@jgk.org>.
1998-09-17 09:55:48 +00:00
radha%netscape.com 74f95c7ea2 Implement singleclick activation for grid widget 1998-09-04 22:56:22 +00:00
radha%netscape.com b13f20347b Define new resource singleClickActivation for Grid widget 1998-09-04 22:55:08 +00:00
ramiro%netscape.com fc3ae571e9 Add support for OpenBSD. Thanks to Marco S Hyman <marc@snafu.org>. 1998-09-02 12:36:18 +00:00
slamm%netscape.com 52b6e79e56 Fix a UMR 1998-08-26 18:34:05 +00:00
cls%seawood.org 9020b80c52 Updates to autoconf files. 1998-08-26 04:04:57 +00:00
cls%seawood.org 84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
slamm f290a92dab Fix double click behavior in such a way that inline editing still works. #149082 SF1 in. 1998-07-09 16:42:06 +00:00
slamm 2d70af64ed Make a warning debug-only. #123912 (SF1 in). 1998-06-20 00:42:41 +00:00
slamm 316e8a6a8f Add support for popup menus. 1998-06-03 21:50:48 +00:00
ramiro 74e126280b ToolTip abstraction step one: Move XmLGrid hacks to the XmL library. 1998-05-29 21:03:26 +00:00
slamm 94f4dbd27e Make editing work with cell of type XmICON_CELL and Tree cells. Make edit start when user clicks twice on a cell. Rename a few functions. 1998-05-29 18:26:49 +00:00
slamm 9fdcff48b0 Add a test case for the show/hide column behavior. 1998-05-28 17:41:34 +00:00
slamm 1bb49d3aae Add show/hide column buttons. Overload XmNvisibleColumns to set the actual number of visible columns when XmRESIZE_IF_POSIBLE is set. Previously, XmNvisibleColumns was used to request a width equal to an average column width times the number given. That behavior is still available when the horizontal size policy is XmCONSTANT. 1998-05-28 17:41:31 +00:00
ramiro c69e326bd5 Add macros to build unused widgets. 1998-05-28 07:26:08 +00:00
slamm 5fe8450fa8 Minor logic fix. 1998-04-24 22:23:13 +00:00
slamm 03e5c90207 Add a new horizontalSizePolicy, XmRESIZE_IF_POSSIBLE.
This resizes the columns to make the fit in the available widget width
without scrollbars.  This is made possible by a new function,
SizeColumnsToFit(), which is adapted from Outliner.cpp:applyDelta().
Also add a resource for minColumnWidth.
1998-04-23 01:29:30 +00:00
ramiro 16fdfe3078 Add a makefile that actualy works. Update tree4.c for slamm's
XmLTreeDeleteChildren() improvement.
Coded by slamm@netscape.com.
1998-04-15 09:19:34 +00:00
ramiro c3bb235f20 Fix problem in grid delete callback. It didn't set the row or column
position.  Plus, it updated the row/column count before making the callback,
so you could no longer access the userData with XtVaGetValues.

Also add XmLTreeDeleteChildren() to XmLTree.

This code written by Steve Lamm <slamm@netscape.com> and reviewed by
ramiro.
1998-04-15 09:15:00 +00:00
ramiro 5cd4167bae Make XfeWidgets and company behave like other modules in the tree. They
now export their headers as all good modules should.
Also, dont build widgets and demos that are not needed.
r=slamm,a=ramiro.
1998-04-08 04:25:42 +00:00
ramiro 00715d578a Add XmNiconSpacing resource. r=slamm,a=ramiro. 1998-04-08 04:21:40 +00:00
ramiro 66bedeb768 Add XmNignorePixmaps resource. r=slamm,a=ramiro 1998-04-08 04:20:39 +00:00
ltabb 3b56a9af51 Free the lizard 1998-03-28 02:44:41 +00:00