Commit Graph

29 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
d61c975c08 Up the minimal GTK version for us to use the GTK2 filepicker, to avoid crash
bugs in it. Bug 310137, r+sr=roc, a=dveditz


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@195107 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-21 21:43:42 +00:00
(no author)
d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00
(no author)
d1331130a2 This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@182227 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-14 02:57:26 +00:00
bsmedberg%covad.net
5259ddb97d Bug 280725 - use generic/automatic remoting for xremote r=caillon sr=bryner
git-svn-id: svn://10.0.0.236/trunk@171585 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-04 19:08:55 +00:00
gerv%gerv.net
9f207af4db Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@166101 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 22:27:03 +00:00
dbaron%dbaron.org
063cdbcaa5 Remove unneeded RegisterSelf/UnregisterSelf hacks -- porting from aviary branch to trunk. Patch mostly by caillon, r+sr=dbaron, rest by dbaron. b=262450, 265103
git-svn-id: svn://10.0.0.236/trunk@164145 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 06:19:00 +00:00
bryner%brianryner.com
cb8e82ab99 Hook up gtk2 native keybindings for editor. This gets rid of htmlBindings.xml and instead makes the platform-neutral base bindings be included via the preprocessor, allowing the editorBase bindings to not be applied on gtk2. Also, removed obsolete mac CFM package files. Bug 257405, r=bzbarsky, sr=ben.
git-svn-id: svn://10.0.0.236/trunk@162060 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 07:17:31 +00:00
bryner%brianryner.com
6bab9e3329 Add support for native keybindings for input and textarea for gtk2. This allows us to respect the GTK keybinding preferences. Bug 257405, r=blizzard, sr=roc.
git-svn-id: svn://10.0.0.236/trunk@161878 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-07 21:21:48 +00:00
caillon%redhat.com
4670c6276d Bug 123197
File picker cleanup:
- Pressing enter now actives the save/open buttons.
- Fixes issue for clobber builds where the file chooser would not always get
registered.  Unfortunately, this still can not be guaranteed to work because of
how XPCOM (mis)handles multiple components registered with the same contract
ID.  See bug 253136.
- The native widget component factory constructor now handles the logic for
which implementation to choose.  This allows me to remove the proxy logic from
the implementation itself.
- Remembers the last selected directory between invocations.
- Removes some debug stuff I forgot to remove.
- Gets rid of the static nsString cruft that got accidentally added while I was
copying over stuff from other implementations.


r+sr=blizzard


git-svn-id: svn://10.0.0.236/trunk@160485 18797224-902f-48f8-a5cc-f745e15eee43
2004-08-08 11:09:51 +00:00
caillon%redhat.com
58e2065c1a Start using the GTK 2.4 file chooser when available.
r+sr=blizzard


git-svn-id: svn://10.0.0.236/trunk@159587 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-21 15:44:00 +00:00
brade%netscape.com
85f4f74ebe unify contract ids (omitting platform); r=smontagu, rs=blizzard (also discussed
with pinkerton, sfraser, timeless, kaie, bryner and probably a few others), bug=211360


git-svn-id: svn://10.0.0.236/trunk@144403 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-02 21:38:04 +00:00
dwitte%stanford.edu
45a003b08b bug 210713: [gtk2] leaks in nsWindow and nsAppShell.
r+sr=blizzard.


git-svn-id: svn://10.0.0.236/trunk@144390 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-02 19:27:38 +00:00
bolian.yin%sun.com
f5fbc698cf Bug 202085, Combine mai code into accessible/src/atk.
r=kyle.yuan@sun.com. This is NOT for default build.


git-svn-id: svn://10.0.0.236/trunk@141679 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-23 05:28:41 +00:00
bryner%netscape.com
6d58bc1d0d Remove now-unused nsScrollingView and nsIScrollbar implementations. Removed unused widget/public/nsWidgetSupport.h. Bug 201624, r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@141538 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-21 23:01:36 +00:00
aaronl%netscape.com
55334c056a Backout out bug 196946. It turns out we should not merge static accessibility libs into widget
git-svn-id: svn://10.0.0.236/trunk@140044 18797224-902f-48f8-a5cc-f745e15eee43
2003-03-22 05:29:37 +00:00
aaronl%netscape.com
2a7da61622 Bug 196946. Combine static accessibility libs into widget library. r=kyle, sr=alecf
git-svn-id: svn://10.0.0.236/trunk@139575 18797224-902f-48f8-a5cc-f745e15eee43
2003-03-16 20:22:51 +00:00
cbiesinger%web.de
657dc57af7 remove ifdef IBMBIDI from widget, r+sr=roc+moz bug 89203
git-svn-id: svn://10.0.0.236/trunk@136506 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-17 11:40:13 +00:00
bolian.yin%sun.com
a9f2386c24 Bug159306,How to activate accessibility feature on linux and other unix platform
r=blizzard. This is NOT for default build


git-svn-id: svn://10.0.0.236/trunk@130711 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-29 04:51:21 +00:00
bolian.yin%sun.com
0c4b59d99d Bug 121260, gtk2 needs to have sound hooked up.
patch by robin.lu@sun.com, r=blizzard. This is not for default build.


git-svn-id: svn://10.0.0.236/trunk@130317 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-24 01:37:14 +00:00
blizzard%redhat.com
8e6d4fe3e1 Bug #121251. Drag and drop for gtk2. Direct port from the old gtk code, port done by Louie.Zhao@sun.com. r=blizzard Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@126997 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-10 16:18:44 +00:00
blizzard%redhat.com
23186ea28a Bug #121248. Clipboard support for gtk2. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@121964 18797224-902f-48f8-a5cc-f745e15eee43
2002-05-21 22:47:56 +00:00
blizzard%redhat.com
9d12099112 Bug #143991. nsWidgetFactory.cpp does not compile without IBMBIDI. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@121419 18797224-902f-48f8-a5cc-f745e15eee43
2002-05-14 00:07:12 +00:00
blizzard%redhat.com
364c11d98b Bug #121255. Hook up gtk2 to xremote. r=cls on the configure.in change
git-svn-id: svn://10.0.0.236/trunk@121352 18797224-902f-48f8-a5cc-f745e15eee43
2002-05-12 21:03:17 +00:00
blizzard%redhat.com
96f4896505 Use a common style for all of these files, add comments at the top to enforce that style and remove all the tabs in these files. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@120122 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-27 16:26:10 +00:00
sfraser%netscape.com
67a35c1a08 Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@113225 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-30 21:14:20 +00:00
blizzard%redhat.com
9d9e05ab08 Checkpointing changes. Not part of the build. Get scrollbars stubbed out and get the factory changes in place so they can be created.
git-svn-id: svn://10.0.0.236/trunk@110414 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-13 04:42:22 +00:00
blizzard%redhat.com
8f3aade662 Checkpointing changes. Expose events, window destruction and window close are now handled. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@110161 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-10 17:37:36 +00:00
blizzard%redhat.com
0ff821f775 checkpointing changes. mainloop runs, event queues run, windows will show and resize. not part of the build.
git-svn-id: svn://10.0.0.236/trunk@109975 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-07 05:23:56 +00:00
blizzard%redhat.com
821d333bb3 Incremental changes to get this building again. Stub out appshell.
git-svn-id: svn://10.0.0.236/trunk@105390 18797224-902f-48f8-a5cc-f745e15eee43
2001-10-14 19:02:05 +00:00