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

6794 Коммитов

Автор SHA1 Сообщение Дата
sergei_d%fi.tartu.ee d94c445323 [BeOS]Bug 242315. Adding Inline Inmupt Methods support. r=sergei_d, BeOS-only, no sr 2005-10-20 17:17:34 +00:00
aaronleventhal%moonset.net ec54f8ec8d Bug 313043. Crash when using AccessibleObjectFromWindow. r=parente, sr=bz 2005-10-20 02:35:46 +00:00
joshmoz%gmail.com 1143433006 remove these files since they are getting build when they are not even in the makefile and thus screwing up Cam
ino builds. We should figure out why this is happening, but for now lets just fix it. b=111230 sr=samsidler
2005-10-19 23:09:26 +00:00
joshmoz%gmail.com f166ae91e1 fix tabbing in Makefile to fix Camino bustage. b=111230 sr=sparky 2005-10-19 22:27:32 +00:00
joshmoz%gmail.com 9490e68b68 re-check-in header file changes for Cocoa menus implementation, updated makefile. b=111230 sr=pinkerton 2005-10-19 21:16:05 +00:00
joshmoz%gmail.com 38f31951c0 add keyboard shortcut and key modifier support to cocoa menus, add basic enable/disable, fix up comments some. b=111230 rubber stamp sr=pinkerton 2005-10-19 21:10:08 +00:00
sergei_d%fi.tartu.ee ae060eb977 [BeOS]Bug 311651, rolling back part of previous patch to avoid rare context-menu misplacement on IFRAME, r=thesuckiestmail, no sr - BeOS-only 2005-10-18 21:02:59 +00:00
emaijala%kolumbus.fi f0d80c29cd Fix for bug 307678 -- Fixing remaining MouseTrailer problems with dialogs.
r+sr=roc
2005-10-18 19:44:31 +00:00
mark%moxienet.com 0465677fca Backing out 111230 to attempt to solve orange on Camino tinderbox. Tp crashes, but MozillaAlive succeeded. Re-added: nsMenuX.cpp nsMenuItemX.cpp nsMenuBarX.cpp; dropped a rev on: nsMenuX.h nsMenuBarX.h Makefile.in; didn't touch: nsMenuX.mm nsMenuItemX.mm nsMenuBarX.mm (new files not referenced by this downrev Makefile) 2005-10-17 20:55:52 +00:00
sergei_d%fi.tartu.ee 0387e63738 [BeOS]bug 312660. fix issue with button-navigation over lists, p=thesuckiestmail, r=sergei_d, BeOS-only 2005-10-17 19:41:57 +00:00
joshmoz%gmail.com e0449263e2 New Cocoa-based menu code. Not in working shape yet, but it is NPOB. b=111230 sr=pinkerton 2005-10-17 18:40:42 +00:00
smfr%smfr.org f404b9c90f Partial fix for bug 312563: avoid crashing because of recursive updates caused by the code that attempts to notify plugins (via a paint) when their widget is removed from the hierarchy. r=mento. 2005-10-17 03:17:06 +00:00
sergei_d%fi.tartu.ee bdc74b333a [BeOS] Bug 312638 -clear warnings in nsWindow, p=sergei_d, r=thesuckiestmail, no sr required 2005-10-16 18:51:34 +00:00
sergei_d%fi.tartu.ee deb09f75aa [BeOS]Bug 312636 - refactoring two getters for faster mouse. p=sergei_d, r=thesuckiestemail. BeOS-only, no sr 2005-10-16 18:06:35 +00:00
sergei_d%fi.tartu.ee 7ce84cc0e1 [BeOS]Bug 104729 - adding DnD support. p=thesuckiestemail, r=sergei_d. BeOS-only, no sr 2005-10-16 16:32:38 +00:00
cbiesinger%web.de 2ebec4cc95 bug 104729 adding beos-specific drag&drop interfaces
patch by tqh <thesuckiestemail@yahoo.se> r=sergei_d
2005-10-16 11:50:45 +00:00
emaijala%kolumbus.fi a6fb4567e6 Fix for bug 307563: download windows remain in "zombie" status after opening
(and other similar problems).
r+sr=roc
2005-10-15 09:45:17 +00:00
joshmoz%gmail.com 251123170c Carbon menu code cleanup. b=312208 r=bent r=mento sr=pinkerton 2005-10-14 22:44:39 +00:00
sergei_d%fi.tartu.ee 556dd04364 [BeOS]Bug 311651.Better Move, Resize and Scroll handling implemented. r=thesuckiestemail@yahoo.se. BeOS-only, no sr required 2005-10-14 18:41:02 +00:00
mark%moxienet.com aa058b7344 Bug 312364, Arrow key events to plugin also cause page scrolling. Don't leave NSEvent in (nsKeyEvent).nativeMsg when EventRecord is expected; set nativeMsg to EventRecord in more cases for compatibility with Carbon widget. Camino-only. r,sr=smfr 2005-10-14 05:15:32 +00:00
smfr%smfr.org 30611e0f39 Fix bug 308865: allow SpellCatcher X shorthands to work by fixing Cocoa IME to send all key events through -interpretKeyEvents so that input methods get to see them, and filtering out those that Gecko has handled in -doCommandBySelector. r=mento. 2005-10-13 17:00:18 +00:00
mark%moxienet.com fcc3ab6e4f Bug 311618, Crash [@ QDFlushPortBuffer]. Replumb the flush manager as an XPCOM service so that other components can cancel scheduled flushes when ports are going away. Away goes trouble down the drain. Camino/koko-widget only. r=pink sr=smfr a/1.8=asa 2005-10-13 16:48:15 +00:00
dougt%meer.net 9e1d6f26f3 Missed an ifdef. fixing build bustage 2005-10-13 16:03:04 +00:00
dougt%meer.net d314f17932 Bug 297683 r/sr=dveditz.
Patch does the following:
1) Enables native theme support on WinCE so that things look more clean --
specifically scrollbars looks better.
2) SetGraphicsMode isn't implemented on WinCE.	I ifdef'ed it out for WINCE.  I
think stuart, vlad, and I will have to really determine if i need to implement
this in the WinCE shunt.  For now, keep everything building.
3) I enabled IMM support on WINCE, although it is very rarely used.  This
allows us to remove some ifdef's.
4) I am remapping the hardward keys to new values.
5) I am also allowing the SmartPhone softkey's and the Back button to be
remapped.

Mostly WinCE
2005-10-13 15:07:56 +00:00
smfr%smfr.org 26796e8397 Fix camino bug 311683. The earlier fix for bug 297343 introduced a short delay before the dispatch of focus/activate events on window activation. It turns out that this was bad, as you could end up with two windows which continually each come to the front ("duelling windows"). This patch makes things synchronous again, but fixes the original bug by exposing a category on NSWindow in the widget code that allows the embedder to know if a SetFocus() call is coming as a result of window activation. r=mento 2005-10-12 17:38:29 +00:00
smfr%smfr.org 21131a726d Fix bug 308471: implement -firstRectForCharacterRange so that the IME inline input window shows up in the correct location. r=pinkerton 2005-10-08 00:20:27 +00:00
joshmoz%gmail.com 27ed91dc81 cocoa widget window cleanup, also adds basic support for showing a menu bar. NPOB. b=111230 r=pinkerton sr=smfr 2005-10-07 23:31:45 +00:00
timeless%mozdev.org 5b937cede8 Bug 243078 - Native Theme Rendering for Windows XP Menus, toolbars
patch by silver@warwickcompsoc.co.uk r=dougt sr=neil
2005-10-07 00:31:36 +00:00
vladimir%pobox.com 8994df8c7d Merge from org.mozilla.cvs.cairo branch.
- Cairo 1.1.1
- Updated thebes, gfx/src/thebes
- Fixes to plugins with thebes gfx under linux
- Native theme fixes with thebes rendering (NOTE: widget changes only enabled when building with thebes, otherwise all old code)
2005-10-06 04:02:10 +00:00
maxf%magma.ca 7cc54a513f Photon-only changes. These only affect QNX builds, which are not part of
Tinderbox. Fix compile errors introduced by jst%mozilla.jstenback.com
(missing parenthesis) and others.  My QNX email address is mfeil@qnx.com.
r=briane@qnx.com
2005-10-05 21:44:17 +00:00
maxf%magma.ca 8350c3cc6e Photon-only change. This only affects QNX builds, which are not part of
Tinderbox. The head branch version of Mozilla (& Firefox) was seg faulting
as soon as you used the menu bar. This fix is actually by briane@qnx.com.
I am checking it in and reviewing it. My QNX email address is mfeil@qnx.com.
r=briane@qnx.com
2005-10-05 20:15:05 +00:00
mozilla.mano%sent.com cd65b55b6e Bug 310894 - Bookmarks Manager: updating the sort direction / method from the View menu doesn't update the view until the columns headers are hovered. r=mento, sr=smfr. 2005-10-03 20:01:52 +00:00
mark%moxienet.com 4315bac853 Bug 304089, maximum window size during resize is too large, windows go offscreen and under the dock. Set maximum bounds carefully. r=mano r=josh sr=smfr 2005-09-30 16:24:54 +00:00
smfr%smfr.org 0a58503390 Widget part of fix for bug 297343: avoid re-entrant -[NSWindow makeKeyAndOrderFront:] calls by postponing the focus and activate calls into Gecko so that they get called the next time through the event loop, when window visibility and key status are correct. This allows embedder code that implements to nsIEmbeddingWindow::SetFocus() to check those and avoid re-entrant/redundant makeKeyAndOrderFront: calls. r=mento. Only affects Camino. 2005-09-30 00:59:29 +00:00
mark%moxienet.com 4d084d9b8b Bug 310379, crash [@nsMacEventHandler::Scroll]. Check for !widgetToScroll. r=mano sr=smfr 2005-09-29 17:26:09 +00:00
sergei_d%fi.tartu.ee 1e2278105b fixing BeOS-build bustage appeared with commiting fix for Bug 310293 fix. BeOS-only 2005-09-28 17:12:11 +00:00
sergei_d%fi.tartu.ee 7fe6703e92 Bug 310293 fix. Bringing menu popup to current workspace before show() now. r=thesuckiestemail@yahoo.se. BeOS-only, this no sr 2005-09-28 15:43:30 +00:00
neil%parkwaycc.co.uk 6774a48602 Supplementary patch to bug 305384 to fix alerts on GTK1 r+sr=roc 2005-09-27 12:40:37 +00:00
sergei_d%fi.tartu.ee d1deefb85e Bug 129310, Scrolling and related painting rewrite for BeOS widget, r=mailto:thesuckiestemail@yahoo.se, BeOS-only change, no sr required 2005-09-26 17:40:54 +00:00
bzbarsky%mit.edu 345acb42ac Fixing the indent. 2005-09-25 18:19:18 +00:00
bmlk%gmx.de 998900d600 bustage fix, checkin patch as shown in bugzilla 2005-09-25 16:49:38 +00:00
bzbarsky%mit.edu 64d9954ae9 Fix bug 114929, finally! Patch by Dan Dickerman <dandickerman@speakeasy.net>,
r=bzbarsky, sr=shaver
2005-09-25 15:31:32 +00:00
mark%moxienet.com ab4f639cb7 Bug 301338, sheets prevent their parent windows from updating. Don't clip out top-level windows. r=josh sr=smfr 2005-09-23 03:18:38 +00:00
mark%moxienet.com a38e0cabd7 Bug 171680, modifier keys have no effect on mouse wheel (Mac). Handle modifier keys for scrollwheel events. Bug 255415, scroll wheel doesn't scroll the right scrollable thing until the mouse is moved. Walk the widget hierarchy to find out what's under the mouse. r=mano sr=smfr 2005-09-21 04:10:59 +00:00
mark%moxienet.com db305d61f4 Bug 309395, scrollwheel doesn't work in non-toplevel window. Install the scroll event handler on appropriate window types. r=mano sr=smfr 2005-09-21 00:17:06 +00:00
masayuki%d-toybox.com cb657121eb Bug 306209 Should fire NS_FOCUSCONTENT event on nsPluginInstanceOwner by clicking plugin's content patch by VYV03354@nifty.ne.jp r+sr=roc 2005-09-18 09:41:37 +00:00
masayuki%d-toybox.com ccc10dd215 Bug 307396 Add IME selection colors and Underline height (nsILookAndFeel) r+sr=roc 2005-09-17 11:34:27 +00:00
masayuki%d-toybox.com 977c7b7eeb Bug 207102 Sound preview doesn't work if its path contains non-ASCII string r=amardare+jshin, sr=roc 2005-09-17 10:11:38 +00:00
timeless%mozdev.org adcd5cac17 Bug 308573 use if (NS_FAILED(...)) instead of if NS_FAILED(...)
patch by b.jacques@planet.nl r=darin sr=darin
2005-09-15 23:17:17 +00:00
joshmoz%gmail.com 5eff2f8120 knock out some unused code in widget/mac. no bug. sr=smfr 2005-09-15 19:16:18 +00:00