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

183 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com 56ab3e9cfb Remove duplicate link flags. 1999-04-19 06:21:29 +00:00
ramiro%netscape.com 0bcf0aaba4 Remove not needed link flag. 1999-04-19 06:15:12 +00:00
bruce%cybersight.com 6ef4084a4d I can spell. Really! 1999-04-18 19:45:46 +00:00
bruce%cybersight.com fe14a5594b Fix linking errors, add some new class/interface ids, make it run. 1999-04-18 19:44:41 +00:00
bruce%cybersight.com cb26e15abc Makes this run again. Adds the event queue service code. Fix most warnings. 1999-04-18 19:02:18 +00:00
bruce%cybersight.com c9eec3b20b Fix for library changes (old). 1999-04-17 01:02:31 +00:00
sspitzer%netscape.com 1096178644 scribble is bogus, I'm turning this off for now 1999-04-17 00:18:09 +00:00
sspitzer%netscape.com 68f6ae805b fixes to get the test to build 1999-04-10 00:36:18 +00:00
sspitzer%netscape.com a15acbf418 heed the ENABLE_TESTS variable 1999-04-10 00:36:05 +00:00
jdunn%netscape.com 6f521e21f1 link in xmltok and expat to fix linking error 1999-04-01 00:20:47 +00:00
jdunn%netscape.com 2740fcabcc Fix compiler problem on AIX 1999-03-31 04:19:48 +00:00
ramiro%netscape.com 532f507e84 delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
ramiro%netscape.com 8ce50ad7cf Make it possible to prefix mozilla dlls that conflict with system dlls. 1999-03-12 12:43:04 +00:00
ramiro%netscape.com 245efc0e98 unbreak it on linux. 1999-03-12 11:29:43 +00:00
warren%netscape.com 4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
alecf%netscape.com 79b56c0ef8 fix linux -pedantic casting problems 1999-03-05 21:39:55 +00:00
rods%netscape.com 2e95280446 I have removed nsRadioGroup and nsIRadioGroup and all references to it. 1999-03-05 20:28:16 +00:00
ebina%netscape.com 174cec60e4 Changing RegisterFactory to use the new API. 1999-02-26 19:45:10 +00:00
mcafee%netscape.com 7b56a37425 Need -lgfxps to link on linux 1999-02-24 08:29:11 +00:00
sar%netscape.com b2ad536a28 Turn of "modification date caching" so that dependencies are sure to work. 1999-02-11 00:04:46 +00:00
dp%netscape.com 81c281f428 Adding libreg as xpcom depends on it 1999-02-10 02:01:50 +00:00
mcafee%netscape.com 2dd85694fe Adding widget, scribble to tests; these are building on both Linux & Solaris 1999-02-08 08:00:53 +00:00
mcafee%netscape.com 473ea4fe44 Get scribble to build on Solaris 1999-02-07 13:12:08 +00:00
mcafee%netscape.com 56274059f5 widget test now builds on Linux 1999-02-02 05:42:37 +00:00
mcafee%netscape.com 820854cc3c scribble now builds on Linux 1999-02-02 05:42:13 +00:00
michaelp%netscape.com c2113b6c95 modified for DrawString() API changes. 1999-01-28 05:06:06 +00:00
slamm%netscape.com 64582cfdf2 Get it linking. 1999-01-28 01:06:30 +00:00
slamm%netscape.com 7432e08676 Get link a little closer to reality. 1999-01-28 01:01:32 +00:00
slamm%netscape.com 72511b424b Use TK_CFLAGS instead of TK_(MOTIF|GTK)_CFLAGS. Use TK_LIBS instead of TK_(MOTIF|GTK)_LIBS to simplify makefile rules. Also general Makefile clean up. The link line still needs some work. 1999-01-27 19:53:37 +00:00
beard%netscape.com 24273af537 Turned off call to NET_PollSockets() on XP_MAC, to fix link error, not really needed anyway. 1999-01-08 22:43:45 +00:00
pierre%netscape.com a0a0e2419a File Removed. 1998-12-22 02:04:26 +00:00
pierre%netscape.com 351701b45c Fixed for the Mac 1998-12-22 02:02:24 +00:00
ramiro%netscape.com c08bd84e76 Renamed 'main' to 'scribble'. 1998-12-20 08:22:02 +00:00
ramiro%netscape.com 73636abd84 Rename 'libdbm' to 'libmozdbm' and 'libutil' to 'libmozutil.
This will fix the problem many people are reporting wrt conflicts with
system libraries that have the same names.
1998-12-15 07:37:32 +00:00
ramiro%netscape.com 7769256dad Ignore generated files. 1998-12-15 07:32:11 +00:00
ramiro%netscape.com 85a05e17fc Make it link again. 1998-12-15 07:31:57 +00:00
ramiro%netscape.com 2fa8b74cf6 widget/tests/scribble/Makefile.in:
- Link with -lpwcac -ldbm on all platforms, not just Linux, FreeBSD, and
SunOS.
- Correct linking order: $(PNG_LIBS) needs to be after -limg.

widget/tests/scribble/main.cpp
- Declare extern "C" for the XP_ReBuffer stub.
- Declare main to return int because it does return a value.

Thanks to wtc@netscape.com (Wan-Teh Chang) for the fix.
1998-12-07 06:51:26 +00:00
pavlov%pavlov.net 3d3d6596f7 build TextWidget's correctly. 1998-12-06 15:40:48 +00:00
ramiro%netscape.com e2b921bf3c Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
beard%netscape.com c504261ae7 Moved to shared libraries, building in mozilla/dist, linking against many fewer libraries. 1998-12-01 22:25:36 +00:00
mjudge%netscape.com b52a87e5f8 fixing mac build bustages 1998-12-01 20:58:53 +00:00
mjudge%netscape.com d3453f41c2 fixing build bustage! 1998-12-01 20:28:34 +00:00
beard%netscape.com 1cc22fb274 Uses shared libraries, targets get built in mozilla/dist/viewer[Debug]. 1998-12-01 20:00:35 +00:00
mjudge%netscape.com ab27bd9d39 fixing tests to use the enumerator correctly 1998-12-01 17:58:50 +00:00
cyeh%netscape.com 65038e9551 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
shaver%netscape.com 0b3a802ec5 add proper QI and Create calls for RO text widget 1998-11-12 23:54:34 +00:00
cls%seawood.org 288a1c7f8c Fixes to resource install for xpfe. Fixes to make MOZ_NATIVE_* work again. Thanks to Jeremy Lea <reg@shale.csir.co.za> for the diffs. 1998-11-11 01:53:49 +00:00
pavlov%pavlov.net 5e9e3ab92b only compile one binary, not two 1998-11-09 20:36:08 +00:00
pavlov%pavlov.net 0fb3972bbc patch from Owen Taylor <otaylor@redhat.com> that allows you to draw on the
drawing area.
1998-11-09 03:03:09 +00:00
pierre%netscape.com dbf953b58a minor changes: defined a constant 1998-11-04 06:36:48 +00:00
shaver%netscape.com 563571c815 Repair Makefile.in and update to let it link again for testing GTK widgets. 1998-11-03 22:57:36 +00:00
pinkerton%netscape.com b12a397426 These should never have been checked into the tree. 1998-11-02 17:32:24 +00:00
pierre%netscape.com f740ba45f7 Landing MacWidgets... 1998-10-29 14:06:26 +00:00
cls%seawood.org 411ab80ce3 New autoconf files for nglayout 1998-10-28 03:53:57 +00:00
pierre%netscape.com 17aa9d2361 fixed link errors: added DragLib and NSPR20 1998-10-08 23:29:39 +00:00
rpotts%netscape.com aba40ac4a7 Pass in a null nsIURLGroup to the image group... 1998-10-01 21:53:52 +00:00
pinkerton%netscape.com 1fff0d4271 Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon. 1998-09-29 17:11:00 +00:00
dcone%netscape.com 0bf1a9ddcf First scrollbar pass 1998-09-17 13:44:46 +00:00
dcone%netscape.com 24c5f90cb6 added some coordinate conversion 1998-09-16 17:18:56 +00:00
dcone%netscape.com 1f5b4d51c8 fixed mac version 1998-09-16 16:24:21 +00:00
dcone%netscape.com 1f6031d9dd Added image test support, needed netlib in the link 1998-09-15 21:58:25 +00:00
kostello%netscape.com 0d8ca4a247 *** empty log message *** 1998-09-15 21:56:35 +00:00
kostello%netscape.com cd57976277 Update to synch with new Widget interfaces 1998-09-15 01:40:16 +00:00
kostello%netscape.com fec8dc255c Changes implementation to match the new Widget interfaces. This involves
many calls to QueryInterface. Also, using helper functions in nsWidgetHelper
for standard Create calls.
1998-09-14 20:43:58 +00:00
dcone%netscape.com c07b6b9bee added some image tests 1998-09-14 15:46:23 +00:00
dcone%netscape.com d15d905b2d added textfield 1998-09-10 21:33:56 +00:00
dcone%netscape.com 2c2316889f added checkbutton 1998-09-04 21:12:12 +00:00
dcone%netscape.com 3939c7b8c1 updated kipps changes 1998-09-04 18:01:46 +00:00
dcone%netscape.com 50584afce5 fixed to XP again 1998-09-04 18:01:00 +00:00
buster%netscape.com ed3cdaf460 put "quickdraw" in an #ifdef NS_MAC 1998-09-02 23:01:35 +00:00
dcone%netscape.com 17baed6234 mac fixes 1998-09-02 22:01:18 +00:00
warren%netscape.com b89e7efaca Renamed NSRepository to nsRepository. 1998-09-01 00:26:28 +00:00
dcone%netscape.com 06d339e063 fixed updating 1998-08-31 15:08:46 +00:00
dcone%netscape.com a56ae43131 Major redo based on a new GFX library 1998-08-26 14:16:51 +00:00
dcone%netscape.com e4ab8f6c3b First Checked In. 1998-08-26 14:15:58 +00:00
dcone%netscape.com 52c1a06568 Mac work for Raptor 1998-08-26 14:15:34 +00:00
dcone%netscape.com fcc89812bf doing Mac work, temporary file 1998-08-26 14:14:50 +00:00
dcone%netscape.com ec387282d7 *** empty log message *** 1998-08-21 17:14:30 +00:00
dcone%netscape.com c7e00c269e Added GFX factory creation, this allows the nsDeviceContext to be created. 1998-08-21 17:13:52 +00:00
dcone%netscape.com 0e97892979 Major redo based on a new GFX library 1998-08-21 17:13:14 +00:00
dcone%netscape.com e65b430c6e Major redo based on a new GFX library 1998-08-19 17:20:31 +00:00
kostello%netscape.com ca6923cd9c Comment back in nsIButton code 1998-08-18 22:46:07 +00:00
kostello%netscape.com 22a4cf6e87 These were checked in by mistake 1998-08-18 16:45:33 +00:00
dcone%netscape.com 801f620f2d Added paint and mousemove events 1998-08-18 16:23:13 +00:00
dcone%netscape.com 4212615856 fixed project a memory size 1998-08-13 21:09:26 +00:00
dcone%netscape.com 65bf1cc182 new creation technique 1998-08-13 21:09:01 +00:00
dcone%netscape.com 19a57e8289 update to use a mac Widgettest.cpp 1998-08-11 20:16:08 +00:00
dcone%netscape.com 5f93da21af First Checked In. 1998-08-11 20:15:33 +00:00
dcone%netscape.com ede8279905 updated projects to use static libs 1998-08-06 21:53:08 +00:00
dcone%netscape.com ee553d16f4 backed out my changes for mac 1998-08-06 18:01:26 +00:00
dcone%netscape.com 2fd3f58095 update to new static factory methods. 1998-08-06 17:47:55 +00:00
dcone%netscape.com 27b06f5d24 update to static library factory methods 1998-08-06 17:47:21 +00:00
dcone%netscape.com 49b53ac7ca update to new static way 1998-08-06 17:47:02 +00:00
kostello%netscape.com 6142e2bcdf First Checked In. 1998-08-03 18:37:30 +00:00
scullin%netscape.com cc261b9fbc Ref count fixes, fix widget test app. 1998-07-29 22:15:18 +00:00
scullin%netscape.com a808d700b9 Normalize widget api on UNIX and Win. 1998-07-29 18:57:26 +00:00
scullin%netscape.com 25e43ba242 Normalize widget api on UNIX and win, add LAF interface, make sample
apps function again.
1998-07-29 18:51:45 +00:00
troy%netscape.com 7da0401c3c Combined raptorgfx.dll and raptorgfxwin.dll into one DLL 1998-07-26 23:52:36 +00:00
rods 6e7ad8d93d Fixed argc problem 1998-07-08 17:40:16 +00:00
rods 874eefda61 Fixed the radio buttons so they work. 1998-07-08 17:00:18 +00:00