dmose%mozilla.org
0a0b71b9c3
updated license boilerplate to xPL v1.1
1999-11-02 22:43:10 +00:00
mcafee%netscape.com
905a1f8673
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
49ab945399
Sync'd with Makefiles
1998-10-23 20:35:24 +00:00
briano%netscape.com
06a8e2d2eb
Support for the new, single dist/include directory mechanism.
1998-10-23 02:09:26 +00:00
cls%seawood.org
7529bfb101
Added $FE_X_CFLAGS to CFLAGS
1998-10-22 01:37:11 +00:00
slamm%netscape.com
915727fc2f
Improve column resizing.
1998-10-15 20:52:11 +00:00
slamm%netscape.com
24cc854c31
Adde test for the column sort indicator.
1998-10-08 22:13:33 +00:00
slamm%netscape.com
9388899fca
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
901cba1feb
Change centered label to XmALIGNMENT_BEGINNING when too big to fit in space.
1998-10-08 22:13:23 +00:00
slamm%netscape.com
fb8a0b055c
Add column sort indicator.
1998-10-08 22:13:10 +00:00
slamm%netscape.com
b417755327
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
2a1b31072c
Set the sensitivity of the show/hide column buttons.
1998-10-05 23:30:45 +00:00
ramiro%netscape.com
fef2ca2dfe
Add enter/leave and cell enter/cell leave callbacks.
1998-10-01 01:28:09 +00:00
ramiro%netscape.com
9af2f1aa7e
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
a9fc789e8a
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
d3724352cb
Implement singleclick activation for grid widget
1998-09-04 22:56:22 +00:00
radha%netscape.com
4da881eebd
Define new resource singleClickActivation for Grid widget
1998-09-04 22:55:08 +00:00
ramiro%netscape.com
4edadcbf48
Add support for OpenBSD. Thanks to Marco S Hyman <marc@snafu.org>.
1998-09-02 12:36:18 +00:00
slamm%netscape.com
53ac0024e2
Fix a UMR
1998-08-26 18:34:05 +00:00
cls%seawood.org
9c74df02ff
Updates to autoconf files.
1998-08-26 04:04:57 +00:00
cls%seawood.org
90d0af1408
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
slamm
d21acb3c00
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
d63964d924
Make a warning debug-only. #123912 (SF1 in).
1998-06-20 00:42:41 +00:00
slamm
ef57960f31
Add support for popup menus.
1998-06-03 21:50:48 +00:00
ramiro
6f63db6d27
ToolTip abstraction step one: Move XmLGrid hacks to the XmL library.
1998-05-29 21:03:26 +00:00
slamm
9637cf9007
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
6063a3aa9a
Add a test case for the show/hide column behavior.
1998-05-28 17:41:34 +00:00
slamm
9ab3acf7be
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
9a286400a0
Add macros to build unused widgets.
1998-05-28 07:26:08 +00:00
slamm
7cf2699917
Minor logic fix.
1998-04-24 22:23:13 +00:00
slamm
064c092ade
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
00197467d4
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
6f8d4c63e4
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
ec996ce8ad
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
44c709e25e
Add XmNiconSpacing resource. r=slamm,a=ramiro.
1998-04-08 04:21:40 +00:00
ramiro
750ae8c773
Add XmNignorePixmaps resource. r=slamm,a=ramiro
1998-04-08 04:20:39 +00:00
ltabb
781c480871
Free the lizard
1998-03-28 02:44:41 +00:00