Commit Graph

38691 Commits

Author SHA1 Message Date
shawnp%earthling.net
dcda2fd337 Added MouseMovedEvent(), KeyPressEvent(), KeyReleaseEvent() and GetNSKey()
functions.
1999-08-30 02:39:42 +00:00
shawnp%earthling.net
298d507918 Now catch MouseMove, KeyPress and KeyRelease events. Cleaned up the
handling of mouse press and release events. Added GetNSKey() function.
1999-08-30 02:38:38 +00:00
shawnp%earthling.net
974188d3c4 Corrected comments and improved logging output. 1999-08-30 02:31:34 +00:00
shawnp%earthling.net
741e94cf54 Removed unneeded member variable. 1999-08-30 02:30:47 +00:00
shawnp%earthling.net
5c47c4f896 Don't need to free the QStyle (it's freed by QApplication). 1999-08-30 02:30:21 +00:00
shawnp%earthling.net
b58322d0a2 Replaced calls to GetPixmap() to GetPaintDevice(). Now pass in a
QPaintDevice into nsDrawingSurface instead of a QPixmap. No longer output
bogus characters when printing debug in DrawString(). Now display Unicode
strings properly.
1999-08-30 02:26:59 +00:00
shawnp%earthling.net
2796dafb02 Changed the type of one parameter in Init() to be more generic. 1999-08-30 02:22:33 +00:00
shawnp%earthling.net
79924b2d77 Replaced QPixmap member variable with a more generic QPaintDevice. Renamed
GetPixmap() to GetPaintDevice().
1999-08-30 02:21:32 +00:00
shawnp%earthling.net
b71d315004 Replaced QPixmap member variable with a more generic QPaintDevice. Renamed
GetGC() to GetPaintDevice().
1999-08-30 02:19:47 +00:00
bruce%cybersight.com
14736d27f9 Fix build bustage. Thanks waterson! Sorry about that. 1999-08-30 01:06:54 +00:00
bruce%cybersight.com
b1400e0dad Fix warning from my last checkin. 1999-08-30 00:51:56 +00:00
blizzard%redhat.com
3998e0c126 clean up a couple of leaks 1999-08-30 00:43:08 +00:00
blizzard%redhat.com
055643445e get rid of the focus madness. start tracking focus virtually instead of dealing with X's completely broken focus handling. 1999-08-30 00:38:35 +00:00
bruce%cybersight.com
dc30d7bfda Change deallocation for nsAutoCString to use nsAllocator. This removes several thousand FMM errors in Purify. 1999-08-30 00:32:27 +00:00
hyatt%netscape.com
415182cc05 Changes to the cell map to support incremental insertion and removal of rows. Currently
only used by the tree widget.
1999-08-30 00:01:09 +00:00
hyatt%netscape.com
5da3be9d2e Improvements to tree scrolling. 1999-08-30 00:00:31 +00:00
morse%netscape.com
d64629611c timeout wallet access after 30 minutes 1999-08-29 23:44:26 +00:00
selmer%netscape.com
209be47447 Added onNext handler to load new config's cache file 1999-08-29 23:43:26 +00:00
selmer%netscape.com
6c469b2b32 Initial handling of configuration local cache files using onNext=Reload(dir) in INI file 1999-08-29 23:42:43 +00:00
rickg%netscape.com
e44ca27337 replaced deprecated nsString use with nsCString 1999-08-29 23:39:25 +00:00
briano%netscape.com
17820d0b3c Automated update 1999-08-29 23:30:53 +00:00
cls%seawood.org
b8292166a3 Oops. Set AR_EXTRACT arg as t instead of x. Thanks to bruce for catching my breakage of the ports page. 1999-08-29 23:21:27 +00:00
selmer%netscape.com
a39247f8a4 Make combobox remember by string instead of integer index 1999-08-29 23:04:36 +00:00
briano%netscape.com
355e22c9c3 Automated update 1999-08-29 23:00:49 +00:00
cls%seawood.org
a0c4fbf7d8 By default, cat the contents of config-defs.h (if created or modified) during the configure process. This will help people debug tinderbox logs and other 3rd party builds where only the output of configure and the make process is given.
Use --disable-verbose-config-defs to turn it off.
1999-08-29 22:53:07 +00:00
selmer%netscape.com
591aff982f Hook combobox selection up to its display 1999-08-29 22:52:40 +00:00
selmer%netscape.com
5d6fdd3926 Oops, need to set name in SetGlobal 1999-08-29 22:32:29 +00:00
selmer%netscape.com
fb46eea275 customizations isn't below cckwiz in release product 1999-08-29 22:13:32 +00:00
selmer%netscape.com
8903fc25e9 Fix combobox to have first item selected 1999-08-29 22:07:39 +00:00
shaver%netscape.com
073e97ad3b make sure that /path/to/dir and /path/to/dir/ are treated as equal 1999-08-29 22:05:11 +00:00
norris%netscape.com
b0466c1290 removed files: mozilla/dom/src/base/nsJSSecurityManager.cpp 1999-08-29 22:01:26 +00:00
norris%netscape.com
d8507f844e * clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
selmer%netscape.com
8cd5544ab4 Fix SetGlobal & related handling 1999-08-29 21:30:16 +00:00
miodrag%netscape.com
a695f4e4b4 Removed manifest.mf dependency 1999-08-29 21:01:12 +00:00
tao%netscape.com
c69287006e Fix a memory leak. 1999-08-29 20:29:07 +00:00
briano%netscape.com
a349d49d08 Automated update 1999-08-29 20:03:08 +00:00
beard%netscape.com
b772d8ec15 First Checked In. 1999-08-29 20:02:46 +00:00
cls%seawood.org
c3bc245475 Removed --enable-wrap-malloc from random options 1999-08-29 19:59:44 +00:00
waterson%netscape.com
27a6046e3c Clean up comments; no more delete[]. 1999-08-29 19:38:41 +00:00
bienvenu%netscape.com
d23f6bff06 convert some interfaces to use nsisupports proxy 1999-08-29 18:27:30 +00:00
briano%netscape.com
c5c386675e Automated update 1999-08-29 18:15:50 +00:00
cls%seawood.org
8625d885b7 Landed first set of cross-compiling changes
Split AR into AR & AR_FLAGS
Moved AR_LIST, AR_EXTRACT, OBJ_SUFFIX & LIB_SUFFIX definitions into configure.in
Moved DIST definition to autoconf.in.mk.  In the future, it should be set by configure using --prefix
Added DEBUG_AUTOCONF_XCOMPILE ifdef to config.mk
1999-08-29 18:10:23 +00:00
rickg%netscape.com
4dea02ede3 replaced call to deprecated method in nsString 1999-08-29 17:44:48 +00:00
rickg%netscape.com
5fa59a798b converted an instance to nsCString and replaced deprecated nsString call 1999-08-29 17:42:34 +00:00
bienvenu%netscape.com
b0efbb4e29 make incoming server implement nsIImapServerSink interface 1999-08-29 17:37:36 +00:00
bienvenu%netscape.com
20dacf7920 add alert methods to server sink 1999-08-29 17:35:43 +00:00
rickg%netscape.com
3e1c22acb7 corrected string usage errors and removed warning 1999-08-29 17:35:19 +00:00
cathleen%netscape.com
94d63a5d92 partial fix for bug 12166, where cleanup() is not getting called after install completes, thus file pointer for JAR/XPI files are not freed up afterwards. 1999-08-29 17:21:39 +00:00
fur%netscape.com
35fb077e22 Eliminate obsolete error message 1999-08-29 16:55:02 +00:00
fur%netscape.com
036aa965fc Propagating fixes from SpiderMonkey140_BRANCH 1999-08-29 16:54:24 +00:00