.. |
NetSurf.xcodeproj
|
Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all image file formats supported by Apples ImageIO framework. Right now used only for JPEG to get rid of libjpeg dependency.
|
14 years ago |
PSMTabBarControl
|
Updated PSMTabBarControl (warning fixes)
|
14 years ago |
res
|
Netsurf now appears in the 'Open with' menu for HTML files.
|
14 years ago |
ArrowBox.h
|
New local history panel with scrollbars. Still needs to resize itself to fit the history.
|
14 years ago |
ArrowBox.m
|
New local history panel with scrollbars. Still needs to resize itself to fit the history.
|
14 years ago |
ArrowWindow.h
|
New local history panel with scrollbars. Still needs to resize itself to fit the history.
|
14 years ago |
ArrowWindow.m
|
Fixing display/transparency of ArrowWindow for 10.5.
|
14 years ago |
BlackScroller.h
|
New local history panel with scrollbars. Still needs to resize itself to fit the history.
|
14 years ago |
BlackScroller.m
|
New local history panel with scrollbars. Still needs to resize itself to fit the history.
|
14 years ago |
BookmarksController.h
|
Not retaining outlets. Fixing memory leak for favicon.
|
14 years ago |
BookmarksController.m
|
Various warning squashes and fixes.
|
12 years ago |
BrowserView.h
|
Minimal implementation of NSTextInput protocol. Allows accented characters to be typed. Might not work with other, more complex input methods (chinese, ...)
|
14 years ago |
BrowserView.m
|
Various warning squashes and fixes.
|
12 years ago |
BrowserViewController.h
|
Add code to open the source file into Xcode. Currently called by the context menu because I didn't want to dig the .xib files, feel free to move it to the View main menu.
|
14 years ago |
BrowserViewController.m
|
Fixup for core changes. (Selection and errorcode.)
|
12 years ago |
BrowserWindow.h
|
Implemented search window.
|
14 years ago |
BrowserWindow.m
|
Implemented search window.
|
14 years ago |
BrowserWindowController.h
|
Implemented menu for back and forward buttons.
|
14 years ago |
BrowserWindowController.m
|
Various warning squashes and fixes.
|
12 years ago |
DownloadWindowController.h
|
Improved and crash-free download window.
|
14 years ago |
DownloadWindowController.m
|
Adding quarantine attributes to downloaded files.
|
14 years ago |
FormSelectMenu.h
|
Creating select menus for forms
|
14 years ago |
FormSelectMenu.m
|
Include browser_private.h.
|
13 years ago |
HistoryView.h
|
Adding tool tips and changing the cursor in the local history view.
|
14 years ago |
HistoryView.m
|
Include browser_private.h.
|
13 years ago |
HistoryWindowController.h
|
Not retaining outlets. Fixing memory leak for favicon.
|
14 years ago |
HistoryWindowController.m
|
Adding icons for tree views.
|
14 years ago |
LocalHistoryController.h
|
Handling keyboard events for local history view.
|
14 years ago |
LocalHistoryController.m
|
Handling keyboard events for local history view.
|
14 years ago |
Makefile.defaults
|
split target defaults out
|
12 years ago |
Makefile.target
|
move common include path setup to core Makefile
|
12 years ago |
NetSurfAppDelegate.h
|
Implemented global history window using new Tree class.
|
14 years ago |
NetSurfAppDelegate.m
|
Various warning squashes and fixes.
|
12 years ago |
NetsurfApp.h
|
Using real path from options for the bookmarks file instead of hardcoded test string.
|
14 years ago |
NetsurfApp.m
|
rename flags for browser_window routines to be shorter
|
12 years ago |
PreferencesWindowController.h
|
Implemented preferences window.
|
14 years ago |
PreferencesWindowController.m
|
Squash warning.
|
12 years ago |
Prefix.pch
|
Nicer button for local history, fading history view, more readable blue for active item
|
14 years ago |
ScrollableView.h
|
Implementing tabs and fixing scrolling.
|
14 years ago |
ScrollableView.m
|
Reorganized includes.
|
14 years ago |
SearchWindowController.h
|
Implemented search window.
|
14 years ago |
SearchWindowController.m
|
Clean up search gui callbacks.
|
13 years ago |
Tree.h
|
Factored Tree class out of TreeView
|
14 years ago |
Tree.m
|
Pass whether background images are wanted in redraw_context.
|
13 years ago |
TreeView.h
|
Factored Tree class out of TreeView
|
14 years ago |
TreeView.m
|
Handling keyboard events in tree view.
|
14 years ago |
URLFieldCell.h
|
Implemented favicons. Doesn't work for .ICO files
|
14 years ago |
URLFieldCell.m
|
Pass right URL to urldb.
|
12 years ago |
apple_image.h
|
Virtualise content handler finalisation calls. Remove pointless implementations.
|
14 years ago |
apple_image.m
|
reduce talloc usage to box tree layout only
|
12 years ago |
bitmap.h
|
Cocoa front end (credit: Sven Weidauer)
|
14 years ago |
bitmap.m
|
Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache.
|
12 years ago |
compile-xib.sh
|
Passing $(DEVELOPER_PATH) to the compile-xib script to select the right ibtool.
|
14 years ago |
coordinates.h
|
Include browser_private.h.
|
13 years ago |
extract-strings.sh
|
Building translated nib files if strings file exist.
|
14 years ago |
fetch.m
|
If you do not have xcode installed many critical mime mappings (like css and html) are missing so this adds rudimentry filename extension mappings so teh browser does not explode on non develoepr machines.
|
14 years ago |
font.h
|
Getting rid of cocoa_set_font_scale_factor
|
14 years ago |
font.m
|
Getting rid of cocoa_set_font_scale_factor
|
14 years ago |
gui.h
|
Asking before closing window with multiple open tabs.
|
14 years ago |
gui.m
|
Pass caret clip rect out to front ends. (Nothing actually using them yet.)
|
12 years ago |
plotter.h
|
Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends.
|
14 years ago |
plotter.m
|
Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends.
|
14 years ago |
schedule.m
|
Include correct header in schedule.m, fixes warning
|
14 years ago |
selection.m
|
Various warning squashes and fixes.
|
12 years ago |
system_colour.m
|
Fix colour string matching. Lose unneeded case insensitivity in matching.
|
13 years ago |
thumbnail.m
|
Fix up ripples from urldb change.
|
12 years ago |
url.m
|
Reorganized includes.
|
14 years ago |
utf8.m
|
Added UTF-8 to local encoding conversion functions. Just copies the string.
|
14 years ago |
utils.m
|
Adding icons for tree views.
|
14 years ago |