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

3383 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com 509d6b70f8 fix nsIToolkit leak. r=smfr 2000-02-05 23:11:20 +00:00
rods%netscape.com 643f6a65af commenting out widgets from the build they have been moved to the viewer app
r kmcclusk, b =17027
2000-02-04 15:59:57 +00:00
rods%netscape.com ae34b5d6db commenting out widgets from the build they have been moved tothe viewer app
r kmcclusk, b =17027
2000-02-04 15:59:31 +00:00
sspitzer%netscape.com cce2d39589 ignore generated makefiles 2000-02-04 04:32:00 +00:00
pinkerton%netscape.com 562017d35a Fixing bug 26468, gtk clipboard regression with plain text. Forgot to set the flavor when doing conversion to unicode from text/plain. doh! r=akkana 2000-02-04 03:38:27 +00:00
pavlov%netscape.com 18ed6cddd2 remove bogus comments. 2000-02-04 02:03:36 +00:00
sfraser%netscape.com c6bd477fa4 Back out an old change by dcone which attempted to fix a redraw bug that has since been fixed a different way. r=beard. 2000-02-04 01:51:49 +00:00
pp%ludusdesign.com 26646663e1 Conversion of ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-04 00:39:15 +00:00
rods%netscape.com dfa3e0b569 added bool check to make sure the ctrl key was pressed.
b=26400 r=kmcclusk
2000-02-03 23:58:43 +00:00
Jerry.Kirk%Nexwarecorp.com 2bd07e9ad6 I had to add back in native buttons and text widgets so viewer would work... 2000-02-03 01:54:39 +00:00
Jerry.Kirk%Nexwarecorp.com b243274fc7 Removing clip.c becuase we no longer have to override the clipping
functions that are built into Photon. Also don't build the native widgets
that mozilla no longer uses.
2000-02-03 01:07:21 +00:00
Jerry.Kirk%Nexwarecorp.com 684f8014e8 Comment out all the native widgets that mozilla is no longer using
to reduce the size of the shared library.
2000-02-03 00:08:54 +00:00
nhotta%netscape.com 3dde541d05 Added charset conversin from unicode to file system charset, bug 23384, r=ftang. 2000-02-02 23:04:12 +00:00
brade%netscape.com b174bf571d fix access paths for move to CW5 (bug #25949) 2000-02-02 22:45:39 +00:00
brade%netscape.com e610b0720f reorder processor directives so this file will compile on Mac 2000-02-02 22:39:43 +00:00
rods%netscape.com 0cd1cb6052 added back in the label and checkbutton classes to support the viewer's testing dialogs
b=26195 r=dcone
2000-02-02 15:43:54 +00:00
rods%netscape.com 7067b76284 <ctrl>= no generates the correct key code on up and down and is not filtered out
as double byte on press.
r=brade b=5716
2000-02-02 15:00:59 +00:00
nhotta%netscape.com 682f19f24f Disabled assertsions for charset conversion failure. 2000-02-02 00:01:53 +00:00
alecf%netscape.com 4995c69dad fix xlib bustage (not part of build) 2000-02-01 23:51:46 +00:00
pinkerton%netscape.com 02674553b8 native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc. 2000-02-01 22:26:21 +00:00
scc%netscape.com 6b45b35877 removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pavlov ... who claims this shouldn't effect other platforms; but I'm watching anyway 2000-01-31 23:43:56 +00:00
Jerry.Kirk%Nexwarecorp.com 348e46e17c Removing old version of Photon timers. The new one has been moved
under the unix directory.
2000-01-31 23:17:55 +00:00
rods%netscape.com 0b56a604b6 reviewing native widgets from build
r kmcclusk, bug 17029 (windows only)
2000-01-31 22:53:35 +00:00
nhotta%netscape.com 8a6713d391 Added conversion from unicode to file systme charset, bug 24948, r=ftang. 2000-01-31 21:23:04 +00:00
nhotta%netscape.com e3925d85c7 Added charset conversion between unicode and file systme charset, bug 23384, r=ftang. 2000-01-31 21:22:10 +00:00
ftang%netscape.com 6387deb651 fix leakage of the widget in OnKey 2000-01-30 23:52:35 +00:00
blizzard%redhat.com 987779af71 add new drag session for gtk 2000-01-30 09:59:57 +00:00
pinkerton%netscape.com 9ca8e6d4bf Make it such that clients of the clipboard/d&d only need to work with the text/unicode flavor and not text/plain. The conversion to text/plain for the native OS (in the correct charset encoding for the platform) is now done w/in the native clipboard/d&d implementations. 2000-01-29 20:24:50 +00:00
saari%netscape.com 7da336eb8c Fix for bug 25582. r=pinkerton 2000-01-29 03:58:47 +00:00
danm%netscape.com 406d001525 continue to suppress activation of the rollup widget window, but don't eat the message. bug 23739. r:kmcclusk 2000-01-28 23:37:36 +00:00
Jerry.Kirk%Nexwarecorp.com 327008c81c Fix problem where you could not scroll a web page that had a combo
box widget on it. PHOTON UI only.
r=kedl
2000-01-28 15:35:00 +00:00
michael.lowe%bigfoot.com 9772313b35 Final Windows timer optimisation work, for now 2000-01-28 14:01:42 +00:00
ftang%netscape.com c133d4d9f2 fix bug 24614 24615 and 20932. Move OnKey to nsWidget from nsWindow and rename it OnInput. Add OnText and OnComposition for text and composition event. remove duplicate XIC spot update code. Make the IME event go through the same code
which deliever key event so the focus will be correct. r=erik
2000-01-28 01:09:26 +00:00
nhotta%netscape.com 8842f692fd Added charset conversin between unicode and file system charset, bug 23384, r=ftang. 2000-01-28 00:30:51 +00:00
Jerry.Kirk%Nexwarecorp.com 3b0a00629a This switches over from the old style Photon timers to the new
style that have been moved under the unix directory.
r=cls
2000-01-27 03:35:19 +00:00
Jerry.Kirk%Nexwarecorp.com 4d5c598d36 Took out eMetric_SubmenuDelay by mistake, this re-adds it back in.
This was for Photon UI only
r=kedl
2000-01-27 03:20:46 +00:00
Jerry.Kirk%Nexwarecorp.com 3faf9eaa7d Initial check-in of Photon timers that support the new features
like priority and repeatability.
2000-01-27 03:17:18 +00:00
saari%netscape.com 7ce4f57ec3 fix for 14346, 21854, 24380 and other caret bugs. r= hyatt, brade for the mac menu stuff. 2000-01-26 22:41:43 +00:00
tbogard%aol.net be7bc2a39f Updated some comments/ documentation. 2000-01-26 06:24:04 +00:00
pavlov%netscape.com dd13b6d07e "oops" -- leak found by Jerry Kirk r=me,blizzard,etc 2000-01-26 02:43:32 +00:00
danm%netscape.com f1c0465fc9 ensure top-level window's bounds are always reported in local coordinates, even in the middle of a window move. bug 24326. r:pinkerton. 2000-01-26 02:29:50 +00:00
Jerry.Kirk%Nexwarecorp.com 4d547cefa1 Add the Init method to the class and add some debug for future use
for Photon only.
2000-01-25 14:23:29 +00:00
Jerry.Kirk%Nexwarecorp.com f0282b3110 Check in some type casts to fix warnings and some changes to support
Photon 2
r=kedl
2000-01-25 04:03:48 +00:00
Jerry.Kirk%Nexwarecorp.com 905f6fb574 Add some typecasts to eliminate warnings.
Adding some code to optimize performance under PHOTON2
r=kedl
2000-01-25 03:52:53 +00:00
Jerry.Kirk%Nexwarecorp.com 5a235919d0 Landing nsIFile. 2000-01-25 03:24:36 +00:00
pinkerton%netscape.com 621f1b7c28 removing a printf in SetBounds() i left in somehow. 2000-01-25 03:11:49 +00:00
syd%netscape.com abb22e6041 Minor structural changes to nsSound, r=sfraser 2000-01-25 03:01:35 +00:00
syd%netscape.com e592e71f70 Reorganization of nsSound, r=sfraser 2000-01-25 03:00:57 +00:00
sfraser%netscape.com 26fb5f95ba Fix sound playing to be more efficient. r=syd 2000-01-25 03:00:03 +00:00
syd%netscape.com a4469c3384 Changes for nsSound mods. r=sfraser 2000-01-25 02:58:40 +00:00