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

189 Коммитов

Автор SHA1 Сообщение Дата
ramiro 16898fc295 add ad2c in a shared location 1998-05-03 11:49:07 +00:00
ramiro 93928591c5 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 a3ac50b27f Update for edit support. 1998-05-03 11:47:01 +00:00
ramiro c56f8b9f0d Make sure the client can properly link with motif 2.1 and gnu libc2 on
linux.  Also link with libBrokenLocale.so since locale support in
motif 2.1 with GLIBC is currently broken.
1998-05-03 06:36:27 +00:00
radha 002968a5f6 Fix for bug 107058. Increase the size of the executable name holder in
fe_showConference() from 32 to 1024 so that conference can be loaded
successfully.
1998-05-01 23:52:12 +00:00
ftang 7690c86215 Add mapping for windows-1251 fon 1998-05-01 21:41:12 +00:00
ftang aabce4b010 Check in locale independent form select/button handling change Approvaled by XFE owner 1998-05-01 21:40:38 +00:00
ramiro 3b62429491 Add an extra sanity check on the children argument. 1998-04-30 01:48:30 +00:00
ramiro d4717dde3b 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 b6769b0ecd The reallyUpdateRoot() call seems to be crashing the browser for some people.
I cannot reproduce the problem yet.  Im working on finding a real solution,
but I dont want the browser to crash on startup on the next mozilla release,
so im commenting it out.
1998-04-29 14:45:52 +00:00
ramiro 9d581f79e0 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
jsw 30ef93cdca get the damn function name right 1998-04-29 08:38:27 +00:00
ftang 5091dc41b0 Check in additional KOI8-R font registry name. Thanks for
sorlov@con.mcst.ru
from the net
1998-04-29 00:56:23 +00:00
slamm 0e08193ea3 Fix shutdown bug. Set NavCenter to really close, not just hide. This fixes the problem where you are unable to exit after opening NavCenter. 1998-04-28 21:04:36 +00:00
slamm e61014c7e0 Add a few more EDITOR ifdefs 1998-04-28 20:59:01 +00:00
jsw 8d4fdd77da move xp_sec to secnav 1998-04-28 05:13:41 +00:00
ramiro 2a28a21476 Unhardcode the motif lib on x86 linux. Replace /usr/X11R6/lib/libXm.a
with -L/usr/X11R6/lib -lXm.
1998-04-28 01:22:18 +00:00
ramiro 803bd1858a Add void to baggage prototypes. Fix from derkjan@reli.student.utwente.nl
(Derkjan de Haan) to make mozilla build with egcs.
1998-04-28 00:28:04 +00:00
slamm eca112a60d Remove some unused code including old-style command handling. Examples of the new command handling can be seen in EditorView.cpp and RDFView.cpp 1998-04-24 22:33:18 +00:00
slamm dec99c9236 Add beginnings of context menu support 1998-04-24 22:26:55 +00:00
slamm 11dc32b2aa Fix attachments and specify resources to make it look better. The resources can later be moved down to xfe/resources 1998-04-24 22:26:29 +00:00
slamm 7cf2699917 Minor logic fix. 1998-04-24 22:23:13 +00:00
ramiro 726cd48ecd Add preliminary support for editting items in toolbars. 1998-04-24 12:43:28 +00:00
ramiro a9600bded1 Cleanup string utils. 1998-04-24 12:34:16 +00:00
ramiro 01671a9bc5 Add one more personal toolbar command: xfeCmdPersonalToolbarItemProperties. 1998-04-24 11:49:20 +00:00
ramiro 1ab224a352 Add personal toolbar commands. 1998-04-24 11:44:28 +00:00
ramiro e50851a4b8 Cleanup the toggleShowingState() and setShowingState() madness. These
XFE_Component methods can be used instead of various other toggle/hide/show
hacks.
1998-04-24 11:41:36 +00:00
ramiro 87930b7d95 Add support ffor dynamic indicators. 1998-04-24 06:57:18 +00:00
ramiro 0fbc9a8bc8 Add support for dynamic indicators. 1998-04-24 06:47:37 +00:00
ramiro 91f6f565ca Always insert private components at end of widget list. 1998-04-24 06:44:28 +00:00
slamm 642d03f241 Change NavCenter (aka Aurora) to use the XmLTree instead
of the Outliner class.  This will be cleaner in the end and will give
us an easy way to do dynamic columns.
1998-04-23 01:29:34 +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
slamm 57736fb8d9 Fix print remote to take file argument. 1998-04-23 01:29:26 +00:00
ramiro fe1f7bb74a Move headers from unused to used. 1998-04-22 23:48:50 +00:00
ramiro 24fd107ecb Make sure the indicator widget is always at the WidgetList tail. 1998-04-21 19:11:20 +00:00
ramiro 2c6aaa776b Prevent toolbars from screwing with private XfeManager components. 1998-04-21 18:14:13 +00:00
ramiro da131f86db Add XfeIsPrivateComponent().
Test whether a widget is a private component of an XfeManager parent.
1998-04-21 17:57:20 +00:00
ramiro 4a35dd0727 New and improved filing of bookmarks to Personal Toolbar. 1998-04-21 16:18:00 +00:00
ramiro f7cb668143 Move fe_DestroyWidgetTree() to XfeWidgets/MenuUtils.c as
XfeDestroyMenuWidgetTree().  Make it safe for killing private components.
1998-04-21 15:52:01 +00:00
ramiro 34225ee217 Make it more paranoid. 1998-04-21 15:25:45 +00:00
ramiro e4c5293a66 Add XfeDestroyMenuWidgetTree(). 1998-04-21 15:24:01 +00:00
ramiro 461321ba6d Handle bogus input for XfeCascadeGetSubMenu(). 1998-04-21 14:55:16 +00:00
ramiro 8a09029cbf Add XfeToolBarGetLastItem(). 1998-04-21 13:29:37 +00:00
ramiro d16c4d0d46 Removed unused combobox dir and define. 1998-04-21 12:46:48 +00:00
ramiro 173fdf030d Update for indicator support. Dont hardcode button layout. 1998-04-21 12:41:46 +00:00
ramiro f28eeb3678 Dont hardcode button layout in XfeCreateLoadedToolBar. Update Makefile for
XfeWidgets.mk.
1998-04-21 12:39:49 +00:00
ramiro d67959154f Improve the indicator support. 1998-04-21 12:38:44 +00:00
ramiro 1b63cfc5d6 Un hard code /usr/lib/libm.a. Replace with -lm. (Linux) 1998-04-21 00:52:35 +00:00
ramiro 0438c64732 Update to 1998. 1998-04-21 00:51:45 +00:00
ramiro f8f4ab89bd Un hardcode XmINDICATOR_DONT_SHOW. 1998-04-19 17:36:48 +00:00
ramiro 9679096321 Fix typos. 1998-04-19 16:15:00 +00:00
ramiro ec651cd23c Update for new XmNindicatorPosition resource. 1998-04-19 16:14:30 +00:00
ramiro 1ceb1bbdf5 Add XmNindicatorPosition resource. For toolbar dropping fedback. 1998-04-19 16:13:54 +00:00
ramiro a981b2eab4 Add XmNnumPrivateComponents resource. 1998-04-19 16:12:26 +00:00
ramiro 390d861652 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 f7c245cbd1 Add some geometry debugging assertions and comments. 1998-04-19 11:16:43 +00:00
ftang 53a7221556 add big5 and gb2312 charset name for free font found at ifcss.org site 1998-04-17 02:56:00 +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 1732f5506c fix name in comment 1998-04-15 09:10:25 +00:00
ramiro 0c70e784b9 first checked in 1998-04-15 09:09:52 +00:00
ramiro ef3ca69a4e Use DLL_SUFFIX from ns/config instead of random hack. 1998-04-15 09:08:25 +00:00
ramiro 65c4f479e0 Remove unuised XfeToolBoxForm*() hackery. Chrome widget does all the
magic now.
1998-04-15 02:08:30 +00:00
ramiro 1f93e62770 The Great Chrome Rewrite of 1998. Use a chrome manager instead of
doAttachments().  Fixes numerous toolbox bugs and completely simplifies
the way xfe does chrome.  Reviewed by slamm.
1998-04-15 02:06:22 +00:00
ftang 56fc02843e fix feCharSetInfoArray warnning. Thanks djm@indirect.com (Dan McGuirk) from the net 1998-04-14 19:24:53 +00:00
ramiro d60d604342 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 7770266c12 Make the frame shell dimensions something reasonable for the time being. 1998-04-14 17:01:41 +00:00
slamm f084ece51c Allocate memory for the url window target because we free it later. Fix from Dan McGuirk <djm@indirect.com>. a=ramiro. 1998-04-14 16:49:20 +00:00
ramiro dba26f21cf Update REQUIRES to properly include Microline and XfeWidgets. 1998-04-14 15:03:50 +00:00
ramiro c23da57135 Request geometry request when geom flag gets set in the ConstraintSetValues
operation.
1998-04-14 14:59:44 +00:00
ramiro f24cec2c44 XfeChrome is now a used widget. 1998-04-14 14:58:51 +00:00
ramiro b2d82ab2f8 Add a blurb for previous checkin. 1998-04-14 14:45:39 +00:00
ramiro 38be7912dc Layout children/components on geometry management. 1998-04-14 14:43:52 +00:00
ramiro 70d4de528b Implement PreferredGeometry(). Add a good GeometryManager(). 1998-04-14 14:43:12 +00:00
ramiro a0a5cc1198 Add _XfeLiberalGeometryManager() and _XfeMakeGeometryRequest(). 1998-04-14 10:49:34 +00:00
briano 7f26b36fb3 Changed the 'MACLINUX' macro reference to 'MKLINUX'. Again. 1998-04-14 00:15:11 +00:00
ramiro dccddcca21 Add editor back to the preferences and fix the editor startup problem.
Thanks to Dan McGuirk <djm@indirect.com>
1998-04-13 01:30:26 +00:00
ramiro f8a298050d Dont change the cursor to a watch when space-ing through a document.
thanks to Darrell Kindred <dkindred@cmu.edu>
reviewed by djw@netscape.com.
1998-04-09 02:41:49 +00:00
ramiro 9465b61f4b make sure XmNlist gets defined 1998-04-09 01:47:59 +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 68c44c5f88 Add XmCR_XFE_LAST_REASON marker 1998-04-08 04:23:58 +00:00
ramiro 4770ba0424 Make the demo widget buildable 1998-04-08 04:23:33 +00:00
ramiro 79575c346a Cleanup prepare macros. Add font list resource callprocs. r=slamm,a=ramiro. 1998-04-08 04:22:56 +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
guha 27c2fa15de XML - dp(for guha) 1998-04-08 04:04:58 +00:00
slamm 606a745cd3 Fix for swaped sorting columns. Had mapped the wrong enumerations to the wrong commands. Fix from Juergen Keil <jk@tools.de>. R&A-ramiro 1998-04-08 00:11:05 +00:00
ltabb 624c9d0d12 bump rev to 3.1 1998-03-28 03:38:53 +00:00
ltabb 781c480871 Free the lizard 1998-03-28 02:44:41 +00:00