.. |
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.
|
2011-03-05 09:49:15 +00:00 |
PSMTabBarControl
|
|
|
res
|
Netsurf now appears in the 'Open with' menu for HTML files.
|
2011-05-19 16:04:54 +00:00 |
apple_image.h
|
Virtualise content handler finalisation calls. Remove pointless implementations.
|
2011-09-15 22:47:50 +00:00 |
apple_image.m
|
reduce talloc usage to box tree layout only
|
2012-10-03 19:26:17 +01:00 |
ArrowBox.h
|
|
|
ArrowBox.m
|
|
|
ArrowWindow.h
|
|
|
ArrowWindow.m
|
Fixing display/transparency of ArrowWindow for 10.5.
|
2011-02-27 14:28:55 +00:00 |
bitmap.h
|
|
|
bitmap.m
|
Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache.
|
2012-10-14 20:03:18 +01:00 |
BlackScroller.h
|
|
|
BlackScroller.m
|
|
|
BookmarksController.h
|
|
|
BookmarksController.m
|
Fix some build warnings.
|
2012-10-11 12:09:48 +01:00 |
BrowserView.h
|
Minimal implementation of NSTextInput protocol. Allows accented characters to be typed. Might not work with other, more complex input methods (chinese, ...)
|
2011-03-07 09:01:42 +00:00 |
BrowserView.m
|
Fix some build warnings.
|
2012-10-11 12:09:48 +01:00 |
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.
|
2011-05-12 17:31:55 +00:00 |
BrowserViewController.m
|
lwc_string_isequal takes a bool for result.
|
2012-10-11 12:52:47 +01:00 |
BrowserWindow.h
|
|
|
BrowserWindow.m
|
|
|
BrowserWindowController.h
|
Implemented menu for back and forward buttons.
|
2011-02-28 15:24:38 +00:00 |
BrowserWindowController.m
|
NetSurf options rework (a=vince r=daniels,jmb)
|
2012-03-22 09:34:34 +00:00 |
compile-xib.sh
|
Passing $(DEVELOPER_PATH) to the compile-xib script to select the right ibtool.
|
2011-03-14 18:36:41 +00:00 |
coordinates.h
|
Include browser_private.h.
|
2012-08-22 12:38:16 +01:00 |
DownloadWindowController.h
|
|
|
DownloadWindowController.m
|
Adding quarantine attributes to downloaded files.
|
2011-05-19 07:27:21 +00:00 |
extract-strings.sh
|
|
|
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.
|
2011-05-14 15:11:16 +00:00 |
font.h
|
Getting rid of cocoa_set_font_scale_factor
|
2011-03-14 14:17:46 +00:00 |
font.m
|
Getting rid of cocoa_set_font_scale_factor
|
2011-03-14 14:17:46 +00:00 |
FormSelectMenu.h
|
|
|
FormSelectMenu.m
|
Include browser_private.h.
|
2012-08-22 12:38:16 +01:00 |
gui.h
|
|
|
gui.m
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
HistoryView.h
|
Adding tool tips and changing the cursor in the local history view.
|
2011-02-28 15:24:15 +00:00 |
HistoryView.m
|
Include browser_private.h.
|
2012-08-22 12:38:16 +01:00 |
HistoryWindowController.h
|
|
|
HistoryWindowController.m
|
Adding icons for tree views.
|
2011-02-27 13:21:46 +00:00 |
LocalHistoryController.h
|
Handling keyboard events for local history view.
|
2011-02-27 20:41:17 +00:00 |
LocalHistoryController.m
|
Handling keyboard events for local history view.
|
2011-02-27 20:41:17 +00:00 |
Makefile.defaults
|
split target defaults out
|
2012-12-13 19:26:24 +00:00 |
Makefile.target
|
move common include path setup to core Makefile
|
2012-12-20 15:27:07 +00:00 |
NetsurfApp.h
|
|
|
NetsurfApp.m
|
Fix "error setting certificate verify locations" problem when the Choices file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
|
2012-10-17 14:20:18 +01:00 |
NetSurfAppDelegate.h
|
|
|
NetSurfAppDelegate.m
|
NetSurf options rework (a=vince r=daniels,jmb)
|
2012-03-22 09:34:34 +00:00 |
plotter.h
|
Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends.
|
2011-06-30 15:48:07 +00:00 |
plotter.m
|
Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends.
|
2011-06-30 15:48:07 +00:00 |
PreferencesWindowController.h
|
|
|
PreferencesWindowController.m
|
Squash warning.
|
2012-10-11 12:58:11 +01:00 |
Prefix.pch
|
|
|
schedule.m
|
Include correct header in schedule.m, fixes warning
|
2011-05-09 16:43:28 +00:00 |
ScrollableView.h
|
|
|
ScrollableView.m
|
|
|
SearchWindowController.h
|
|
|
SearchWindowController.m
|
Clean up search gui callbacks.
|
2012-08-14 13:41:30 +01:00 |
selection.m
|
Remove unused function.
|
2013-01-08 17:54:55 +00:00 |
system_colour.m
|
Fix colour string matching. Lose unneeded case insensitivity in matching.
|
2012-03-27 11:02:35 +00:00 |
thumbnail.m
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
Tree.h
|
|
|
Tree.m
|
Pass whether background images are wanted in redraw_context.
|
2011-12-23 22:39:25 +00:00 |
TreeView.h
|
|
|
TreeView.m
|
|
|
url.m
|
|
|
URLFieldCell.h
|
|
|
URLFieldCell.m
|
Pass right URL to urldb.
|
2012-10-11 12:56:47 +01:00 |
utf8.m
|
|
|
utils.m
|
Adding icons for tree views.
|
2011-02-27 13:21:46 +00:00 |