gecko-dev/chimera
2002-04-28 14:07:30 +00:00
..
AboutBox.nib Initial commit of the about box for chimera. NPOB. 2002-04-20 02:15:19 +00:00
alert.nib Initial NIB commits. NPOB. 2002-04-20 02:46:28 +00:00
BrowserWindow.nib Hooking in autocomplete. Still just laying groundwork. 2002-04-27 08:14:13 +00:00
Chimera.pbproj The auto complete session successfully instantiates now in response to user input. 2002-04-27 09:10:19 +00:00
English.lproj Hooking in autocomplete. Still just laying groundwork. 2002-04-27 08:14:13 +00:00
FindDialog.nib Initial NIB commits. NPOB. 2002-04-20 02:46:28 +00:00
MainMenu.nib hook up toggle toolbar method, update version to 0.2.5 2002-04-26 23:25:15 +00:00
PreferencePanes Prefs commit. 2002-04-20 23:05:15 +00:00
ProgressDialog.nib Initial NIB commits. NPOB. 2002-04-20 02:46:28 +00:00
projects/Chimera.pbproj The auto complete session successfully instantiates now in response to user input. 2002-04-27 09:10:19 +00:00
resources Update Credits :-) 2002-04-28 14:07:30 +00:00
src RDF Outline View DataSource, take 1. 2002-04-28 14:06:08 +00:00
about.tif
appicon.icns Icon files. NPOB. 2002-04-20 02:42:11 +00:00
back.tif
bookicon.tif
bookmark_on.tif
bookmarks.xml I think it builds now. 2002-04-20 23:19:28 +00:00
BookmarksService.h Adding bookmarks service. 2002-04-20 07:48:00 +00:00
BookmarksService.mm Updating nsIFile usage to reflect darin's file changes 2002-04-28 07:57:00 +00:00
BrowserWindowController.h Hooking in autocomplete. Still just laying groundwork. 2002-04-27 08:14:13 +00:00
BrowserWindowController.mm Hookup mozilla pref about re-using the window on a GURL event 2002-04-26 19:02:28 +00:00
CHAboutBox.h Initial commit of the about box for chimera. NPOB. 2002-04-20 02:15:19 +00:00
CHAboutBox.m Fix about box. 2002-04-20 23:21:25 +00:00
CHAutoCompleteDataSource.h The auto complete session successfully instantiates now in response to user input. 2002-04-27 09:09:08 +00:00
CHAutoCompleteDataSource.mm The auto complete session successfully instantiates now in response to user input. 2002-04-27 09:10:19 +00:00
CHAutoCompleteTableView.h The auto complete session successfully instantiates now in response to user input. 2002-04-27 09:09:08 +00:00
CHAutoCompleteTableView.mm The auto complete session successfully instantiates now in response to user input. 2002-04-27 09:09:08 +00:00
CHBookmarksButton.h Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHBookmarksButton.mm Add tooltips to personal toolbar buttons. 2002-04-20 07:37:05 +00:00
CHBookmarksToolbar.h Starting to add toolbar show/hide for bookmarsk toolbar. 2002-04-26 01:39:14 +00:00
CHBookmarksToolbar.mm Starting to add toolbar show/hide for bookmarsk toolbar. 2002-04-26 01:39:14 +00:00
CHBrowserView.h Add ability to drop items on browser view and have them processed by gecko. 2002-04-25 22:41:13 +00:00
CHBrowserView.mm Updating nsIFile usage to reflect darin's file changes 2002-04-28 07:57:00 +00:00
CHBrowserWrapper.h Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHBrowserWrapper.mm Optimization to make resizing with many tabs open fast. 2002-04-23 22:23:57 +00:00
CHExtendedOutlineView.h Inital commit of the extended outliner. NPOB. 2002-04-20 02:54:08 +00:00
CHExtendedOutlineView.mm Inital commit of the extended outliner. NPOB. 2002-04-20 02:54:08 +00:00
CHExtendedTabView.h Initial commit of auto-hiding tab view. NPOB. 2002-04-20 02:29:21 +00:00
CHExtendedTabView.m Initial commit of auto-hiding tab view. NPOB. 2002-04-20 02:29:21 +00:00
CHFind.h Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHGeckoUtils.h Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHGetURLCommand.h Inital commit of the extended outliner. NPOB. 2002-04-20 02:54:08 +00:00
CHGetURLCommand.mm open a new widow if there aren't any available for us to use 2002-04-26 19:13:38 +00:00
CHIconTabViewItem.h Initial commit of iconic tab items. NPOB. 2002-04-20 02:38:31 +00:00
CHIconTabViewItem.m Initial commit of iconic tab items. NPOB. 2002-04-20 02:38:31 +00:00
CHImageAdditions.h Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHImageAdditions.m Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHLocationBar.h Initial location abr commit. NPOB. 2002-04-20 07:46:53 +00:00
CHLocationBar.mm Initial location abr commit. NPOB. 2002-04-20 07:46:53 +00:00
CHRDFOutlineViewDataSource.h RDF Outline View DataSource, take 1. 2002-04-28 14:06:08 +00:00
CHRDFOutlineViewDataSource.mm RDF Outline View DataSource, take 1. 2002-04-28 14:06:08 +00:00
CHSplashScreenWindow.h Initial commit of splash screen. NPOB. 2002-04-20 02:23:05 +00:00
CHSplashScreenWindow.m Initial commit of splash screen. NPOB. 2002-04-20 02:23:05 +00:00
CHToolbarAdditions.h Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
CHToolbarAdditions.m Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
ContentClickListener.h Implement popups for selects. 2002-04-22 04:14:36 +00:00
ContentClickListener.mm Fix popup positioning when window is scrolled. 2002-04-25 09:22:07 +00:00
Credits.rtf Update Credits :-) 2002-04-28 14:07:30 +00:00
delete_on.tif
edit_on.tif
fileBookmark.icns Icon files. NPOB. 2002-04-20 02:42:11 +00:00
fileHtml.icns Icon files. NPOB. 2002-04-20 02:42:11 +00:00
filePreferences.icns Icon files. NPOB. 2002-04-20 02:42:11 +00:00
FindDlgController.h Adding the controller objects. 2002-04-20 07:54:17 +00:00
FindDlgController.mm Adding the controller objects. 2002-04-20 07:54:17 +00:00
folder_on.tif
folder.tiff
forward.tif
groupbookmark.tif Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
historyicon.tif
home.tif
main.m initial commit. npob. 2002-04-20 02:40:57 +00:00
MainController.h Starting to add toolbar show/hide for bookmarsk toolbar. 2002-04-26 01:39:14 +00:00
MainController.mm hook up toggle toolbar method, update version to 0.2.5 2002-04-26 23:25:15 +00:00
MainController.mm~ Adding the controller objects. 2002-04-20 07:54:17 +00:00
Navigator.scriptSuite initial commit. npob. 2002-04-20 02:40:57 +00:00
nsAlertController.h More initial commits. 2002-04-20 07:48:56 +00:00
nsAlertController.mm More initial commits. 2002-04-20 07:48:56 +00:00
nsCocoaBrowserService.h More initial commits. 2002-04-20 07:48:56 +00:00
nsCocoaBrowserService.mm More initial commits. 2002-04-20 07:48:56 +00:00
panel_icon.tif
print.tif
ProgressDlgController.h Adding the controller objects. 2002-04-20 07:54:17 +00:00
ProgressDlgController.mm Updating nsIFile usage to reflect darin's file changes 2002-04-28 07:57:00 +00:00
reload.tif
saveCancel.tif
saveLeaveOpenNO.tif
saveLeaveOpenYES.tif
saveOpenFile.tif
savePause.tif
saveResume.tif
saveShowFile.tif
searchicon.tif
separator_on.tif Initial commits of a bunch of files. Chimera. NPOB. 2002-04-20 07:21:10 +00:00
sidebar.tif
sidebarClosed.tif
sidebarOpened.tif
smallbookmark.tif
smallDocument.tiff
splash.tif
stop.tif