ramiro
4cb2e40aa6
Add initial support for layable children resource.
1998-05-22 06:50:41 +00:00
ramiro
43071cc7a5
Add XfeTabDrawRaised().
1998-05-15 14:14:17 +00:00
ramiro
19868a15c8
Add XfeToolBarGetFirstItem().
1998-05-15 13:30:24 +00:00
ramiro
afe766bcf9
Use a define instead of a hard coded '-1' constant.
1998-05-15 11:37:38 +00:00
ramiro
b834e51067
Remove dead code.
1998-05-15 11:32:28 +00:00
ramiro
4f6c1e3cc1
Take out row column assertion. Any manager can be a parent of this widget.
...
Thanks to Dirk Laessig <d.laessig@tu-bs.de>
1998-05-15 10:01:57 +00:00
ramiro
643383c02a
Dont move dead widgets.
...
Thanks to Dirk Laessig <d.laessig@tu-bs.de>
1998-05-15 10:01:54 +00:00
ramiro
18be686676
Move the bookmark widgets to their own library. Componetize things a bit.
...
Should make it easier to completely bypass these widgets if needed - as
will probably be the case for lite browsers and "motifs" that break cause
of them.
1998-05-06 17:36:34 +00:00
ramiro
ade764f12e
add missing -lXmu on irix and solaris
1998-05-03 12:26:58 +00:00
ramiro
25729ecfdc
comment out gcc-ism
1998-05-03 12:26:08 +00:00
ramiro
b1bcb6d56d
Add comments describing the makefiles. Dont force the initial value of
...
XFE_{SHARED,STATIC}_LIBS.
1998-05-03 12:10:33 +00:00
ramiro
d724bee220
move XfeWidgets tests to their own directory
1998-05-03 11:59:23 +00:00
ramiro
c01c75fdc3
add XmL tests
1998-05-03 11:52:01 +00:00
ramiro
42d44aac7b
remove ad2c from a hardcoded location
1998-05-03 11:49:36 +00:00
ramiro
95cc9a03e4
add ad2c in a shared location
1998-05-03 11:49:07 +00:00
ramiro
2a60b82f0f
Simplify the tests Makefil. Move all the defines and rules to a shared
...
makefile that can be included from different dirs. Make creating tests in
subdirectories that depend on different libraries a lot easier and cleaner.
1998-05-03 11:48:15 +00:00
ramiro
4ead33e036
Update for edit support.
1998-05-03 11:47:01 +00:00
ramiro
a0a877255e
Add an extra sanity check on the children argument.
1998-04-30 01:48:30 +00:00
ramiro
90db4943dc
Fix crash on startup in mozilla Personal Toolbar. Make the recursive
...
children killing function more robust.
1998-04-30 01:39:28 +00:00
ramiro
1882a496df
Dont update the menu accent if the widget is dead. Fixes core dump in
...
Mozilla that occurs on filing of bookmarks.
1998-04-29 11:14:05 +00:00
ramiro
2fedc0af97
Add preliminary support for editting items in toolbars.
1998-04-24 12:43:28 +00:00
ramiro
6b5de30de6
Cleanup string utils.
1998-04-24 12:34:16 +00:00
ramiro
c6847d61c3
Add support for dynamic indicators.
1998-04-24 06:47:37 +00:00
ramiro
89ab44eb03
Always insert private components at end of widget list.
1998-04-24 06:44:28 +00:00
ramiro
78b4db3cce
Move headers from unused to used.
1998-04-22 23:48:50 +00:00
ramiro
1b54eda150
Make sure the indicator widget is always at the WidgetList tail.
1998-04-21 19:11:20 +00:00
ramiro
b49bcefbdc
Add XfeIsPrivateComponent().
...
Test whether a widget is a private component of an XfeManager parent.
1998-04-21 17:57:20 +00:00
ramiro
c0f7f90f73
Make it more paranoid.
1998-04-21 15:25:45 +00:00
ramiro
ba7b80b3b7
Add XfeDestroyMenuWidgetTree().
1998-04-21 15:24:01 +00:00
ramiro
f65b3df79d
Handle bogus input for XfeCascadeGetSubMenu().
1998-04-21 14:55:16 +00:00
ramiro
4c4cb0b654
Add XfeToolBarGetLastItem().
1998-04-21 13:29:37 +00:00
ramiro
c4527bff27
Update for indicator support. Dont hardcode button layout.
1998-04-21 12:41:46 +00:00
ramiro
e8e4c884ed
Dont hardcode button layout in XfeCreateLoadedToolBar. Update Makefile for
...
XfeWidgets.mk.
1998-04-21 12:39:49 +00:00
ramiro
e8cb38425e
Improve the indicator support.
1998-04-21 12:38:44 +00:00
ramiro
56af2384ea
Un hardcode XmINDICATOR_DONT_SHOW.
1998-04-19 17:36:48 +00:00
ramiro
9be0d034aa
Fix typos.
1998-04-19 16:15:00 +00:00
ramiro
0fb9908ec6
Update for new XmNindicatorPosition resource.
1998-04-19 16:14:30 +00:00
ramiro
39a525a180
Add XmNindicatorPosition resource. For toolbar dropping fedback.
1998-04-19 16:13:54 +00:00
ramiro
741a847cdb
Add XmNnumPrivateComponents resource.
1998-04-19 16:12:26 +00:00
ramiro
82dfe24654
Fix a core dump on resizing the toolbox. The problem was a recursive geometry
...
call into PreferredGeometry(). Fixed by plugin in the trivial geomtry manager
instead of the one that does complicated things.
1998-04-19 11:20:17 +00:00
ramiro
7b58e6bf76
Add some geometry debugging assertions and comments.
1998-04-19 11:16:43 +00:00
ramiro
14745663aa
fix name in comment
1998-04-15 09:10:25 +00:00
ramiro
710feadcdc
first checked in
1998-04-15 09:09:52 +00:00
ramiro
d27d96a5d8
Use DLL_SUFFIX from ns/config instead of random hack.
1998-04-15 09:08:25 +00:00
ramiro
51e3cb9f18
Remove unuised XfeToolBoxForm*() hackery. Chrome widget does all the
...
magic now.
1998-04-15 02:08:30 +00:00
ramiro
15b49b40e7
Mark the hardcoded geometry as HACKERY. We sill fix this later. Its
...
important that we get the new chrome mechanism out soon.
1998-04-14 18:26:31 +00:00
ramiro
93822e2607
Make the frame shell dimensions something reasonable for the time being.
1998-04-14 17:01:41 +00:00
ramiro
5530fcc007
Request geometry request when geom flag gets set in the ConstraintSetValues
...
operation.
1998-04-14 14:59:44 +00:00
ramiro
e5c957357c
XfeChrome is now a used widget.
1998-04-14 14:58:51 +00:00
ramiro
a2cff20c63
Add a blurb for previous checkin.
1998-04-14 14:45:39 +00:00