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

4662 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org ea286dfe7f Add keyboard shortcuts support for BeOS.
Thanks to Arougthopher <arougthopher@lizardland.net> for the patch.
Bug #70181 r=cls
2001-08-04 04:35:39 +00:00
pinkerton%netscape.com 652f7a7ea9 Fixing nsCOMPtr includes for gcc. fixes build bustage. r=beard. 2001-08-04 02:51:28 +00:00
bryner%netscape.com f55b28805c Removing obsolete widget tests. r=pavlov,cls. 2001-08-04 00:08:32 +00:00
aaronl%netscape.com 045459d7b9 Fix for bug 88284. nsIAccessible is now scriptable. r=jgaunt, sr=brendan 2001-08-03 08:15:20 +00:00
timeless%mac.com 64a58d2bd4 Bugzilla Bug 92770 ChatZilla fails in Xlib-port build [couldn't find sound component]
by timecop@network.email.ne.jp r=roland.mainz@informatik.med.uni-giessen.de sr=waterson
other contract id removed as suggested by waterson - cvs log is your friend
2001-08-03 05:39:00 +00:00
bryner%netscape.com b2c1b3b770 Removing unused native combobox implementation. r=cls. 2001-08-03 02:07:41 +00:00
bryner%netscape.com 85cca9a053 Removing unused native combobox implementation. r=cls. 2001-08-03 00:26:19 +00:00
bryner%netscape.com 3074b82939 Removing unused native combobox implementation. Not part of the build. r=cls. 2001-08-02 23:22:18 +00:00
cls%seawood.org 02a6e26584 Adding support for repeating timers under BeOS (should also make anim gifs work now).
Bug #78069 r=VYA04230
2001-08-02 23:19:26 +00:00
danm%netscape.com 7fc84a6001 make GetParent return null if the window has been destroyed. this prevents mistaken attempts to access a destroyed window's parent. bug 92291 r=hyatt,saari 2001-08-02 00:19:24 +00:00
danm%netscape.com ad8345e05c unlink the parent from a destroyed child just after the child is unlinked from the parent. this prevents mistaken attempts to access a destroyed window's parent. bug 92291 r=hyatt,saari 2001-08-02 00:19:07 +00:00
pinkerton%netscape.com 55ac1eedef allow drops from apps that only support 'copy' operations. r=pink/sr=hyatt. from
markh@activestate.com. bug#78033
2001-08-01 00:43:11 +00:00
blizzard%redhat.com 787a937b82 start of gtk2 port. WIP. Not part of the build. Start stubbing out code. 2001-07-25 22:05:10 +00:00
jaggernaut%netscape.com c14d9c09a1 Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
cls%seawood.org 240acc795d Adding startup splash screen support for BeOS.
Moving BApplication creation from libwidget_beos.so to main Mozilla app.
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65425 r=Makoto Hamanaka <VYA04230@nifty.com>
2001-07-25 02:22:54 +00:00
mkaply%us.ibm.com 9ac4b497a5 #88679
r=r=roland.mainz@informatik.med.uni-giessen.de, sr=blizzard
Checkin code for timecop - drag and drop stuff on xlib
2001-07-25 01:18:34 +00:00
mkaply%us.ibm.com 3cdbfe8a7f #91851
r=r=roland.mainz@informatik.med.uni-giessen.de, sr=blizzard
Checkin code for Tomi.Leppikangas@oulu.fi - fixup event handling in xlib
2001-07-25 01:15:59 +00:00
mkaply%us.ibm.com abf2441996 #89900
r=r=roland.mainz@informatik.med.uni-giessen.de, sr=blizzard
Checkin code for Tomi.Leppikangas@oulu.fi - fixup xlib nsAppShell::Run
2001-07-25 01:11:49 +00:00
blizzard%redhat.com feaf05a2df Add basic infastructure for gtk2 work. Bug #92034. r=cls 2001-07-24 23:30:00 +00:00
pinkerton%netscape.com fdb85daee5 clean up error cases with assertions, fix a buffer leak. use the appropriate clipboard api under carbon so we don't cause a conversion from text->unicode when simply checking if a flavor is present. r=pchen/sr=hyatt. bug#84143. 2001-07-24 20:47:11 +00:00
jcgriggs%sympatico.ca 1e368bddce remove code that writes to console in non-debug mode (Bugzilla #78663) 2001-07-24 19:09:35 +00:00
bryner%netscape.com 1f019c8366 Bug 82834 - filepicker should use busy cursor while the user is waiting for an operation to complete. This also fixes a problem on linux where calling SetCursor didn't take effect until we returned to the gtk event loop. r=jag, sr=blizzard. 2001-07-24 03:03:45 +00:00
jaggernaut%netscape.com 4d73a251ab Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
briane%qnx.com dced326bb4 PHOTON Port only (not part of build)
Bug fixes for font rendering, list scrollbar selections and the addition
of nsSound.cpp to the Makefile.
2001-07-23 20:10:05 +00:00
mkaply%us.ibm.com d897b5f9bf #91760
r=dbaron, sr=tor
XLIB only - Checkin for Roland.Mainz@informatik.med.uni-giessen.de - crash shutting down
2001-07-22 13:24:51 +00:00
saari%netscape.com 192a6ccda0 fixing 77675, windows stealing focus from each other. r=bryner, sr=hyatt 2001-07-20 08:14:44 +00:00
mkaply%us.ibm.com 9e52fe8ce3 #89183
r=javier, a=blizzard
OS/2 only - convert CRLF on any Unicode paste
2001-07-19 22:05:29 +00:00
pinkerton%netscape.com 25689e8ae5 update scrolling routine for carbon, remove target_carbon part of our old classic ScrollRect code. r=saari/sr=scc. bug#35534. 2001-07-18 23:15:02 +00:00
pinkerton%netscape.com 6bfee84849 fix cast. r=dbaron/rs=hyatt. bug# 83890. 2001-07-18 21:46:08 +00:00
pollmann%netscape.com 4ea3e7f87e Bug 43410: Correct z-index ordering of iframes. This PlaceBehind() call is needed on Windows to cause the actual ::SetWindowPos system call that reorders the widgets to be made. Mac and Gtk do not implement PlaceBehind and should not be affected by this change. Fix includes work by beard@netscape.com. r=beard@netscape.com,self sr=jst@netscape.com 2001-07-18 08:21:22 +00:00
pinkerton%netscape.com 1a97efd7f1 fix build bustage with nsMenuEvent 2001-07-18 01:09:46 +00:00
pinkerton%netscape.com c686c8546c fix phantom scrollbar for kensington scrollmouse. r=pchen/sr=hyatt. bug# 63463. 2001-07-17 21:00:57 +00:00
bryner%netscape.com bee800790f Bug 84023 - avoid an extra copy of the event struct when passing around resize events. Patch from Tomi.Leppikangas@oulu.fi, r=bryner, sr=tor. 2001-07-17 00:32:53 +00:00
pinkerton%netscape.com 7ebb969ca1 Under carbon, don't use the modal dialog proc for all dialogs since that enforces modality and we may not want that. r=pchen/sr=scc. bug# 88709 2001-07-16 18:41:27 +00:00
colin%theblakes.com 5d85f1d3a9 OpenVMS has to use poll (not select) when dealing with the
X Connection Number. b=87175 r/sr=blizzard
2001-07-16 11:36:06 +00:00
dbaron%fas.harvard.edu 7ff5cd5a08 Header include dependency cleanup. b=64023 Fixing bustage. 2001-07-16 07:13:32 +00:00
dbaron%fas.harvard.edu 278f6c8af3 Header include dependency cleanup. b=64023 Fixing bustage. 2001-07-16 04:39:02 +00:00
dbaron%fas.harvard.edu 8cdad9df2e Header include dependency cleanup. b=64023 2001-07-16 03:42:59 +00:00
dbaron%fas.harvard.edu bf82abfd11 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
dbaron%fas.harvard.edu 835d578950 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-15 22:57:29 +00:00
katakai%japan.sun.com 27f14ace89 bug 90415
Account setup wizard: XIM status window doesn't show when it's turned on
r/sr=blizzard
2001-07-13 08:59:34 +00:00
jaggernaut%netscape.com b5192d99c8 Bug 9449: ``Top (shell) level window does not render non-English unicode text properly''. Patch by Ilya Konstantinov <mozilla-bugzilla@future.galanet.net>, r=jag, sr=blizzard 2001-07-13 08:53:30 +00:00
mcafee%netscape.com 4699442169 printDepth usage needs to be wrapped in DEBUG_DND_XLATE as other usages are, fixing bustage 2001-07-11 01:58:58 +00:00
timeless%mac.com 091faad0a8 "pocemit ... missed the obvious" 2001-07-11 00:41:57 +00:00
timeless%mac.com 6d07ce842b Bugzilla Bug 88457 [xlib] missing some critical cursors / css3 cursors
patch by timecop@network.email.ne.jp r=tor sr=blizzard
2001-07-10 23:44:03 +00:00
timeless%mac.com 7dcd344ecc Bugzilla Bug 38444 Complete support of CSS2/3 cursors on Gtk
patch by timecop@network.email.ne.jp r=tor sr=blizzard
2001-07-10 23:37:30 +00:00
jdunn%netscape.com 949931525e fixing tinderbox bustage on at least irix & hpux 2001-07-09 22:20:34 +00:00
mkaply%us.ibm.com 5ca278dcc4 No Bugzilla bug - IBM PMR 83558 (If Netscape can do it, we can do it :)
r=mkaply, sr=blizzard
OS/2 only - Code from Rachit Kumar - fix for Shift+Tab not working on some Brazilian keyboards
2001-07-09 19:45:14 +00:00
mkaply%us.ibm.com 26d021a09e No Bugzilla bug - IBM PMR 83558 (If Netscape can do it, we can do it :)
r=mkaply, sr=blizzard
OS/2 only - Code from Rachit Kumar - fix for Shift+Tab not working on some Brazilian keyboards
2001-07-09 19:43:05 +00:00
blizzard%redhat.com 38a353a176 Bug #89438. Fix drag actions in drag and drop. Dragging in mail should work on Linux again. Also fixes bug #52764. r=pavlov,sr=tor 2001-07-09 19:35:10 +00:00