netsurf/cocoa
Michael Drake 074cf6f162 Port cocoa front end to browser_window_get_contextual_content.
svn path=/trunk/netsurf/; revision=12759
2011-09-06 19:18:09 +00:00
..
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 Updated PSMTabBarControl (warning fixes) 2011-01-31 08:33:16 +00:00
res Netsurf now appears in the 'Open with' menu for HTML files. 2011-05-19 16:04:54 +00:00
ArrowBox.h New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
ArrowBox.m New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
ArrowWindow.h New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
ArrowWindow.m Fixing display/transparency of ArrowWindow for 10.5. 2011-02-27 14:28:55 +00:00
BlackScroller.h New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
BlackScroller.m New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
BookmarksController.h Not retaining outlets. Fixing memory leak for favicon. 2011-02-26 10:35:44 +00:00
BookmarksController.m Adding icons for tree views. 2011-02-27 13:21:46 +00: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 Port cocoa front end to browser_window_get_contextual_content. 2011-09-06 19:18:09 +00: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 Use API to find out if a browser window has a selection. 2011-08-31 11:47:02 +00:00
BrowserWindow.h Implemented search window. 2011-01-31 15:13:38 +00:00
BrowserWindow.m Implemented search window. 2011-01-31 15:13:38 +00:00
BrowserWindowController.h Implemented menu for back and forward buttons. 2011-02-28 15:24:38 +00:00
BrowserWindowController.m Implemented menu for back and forward buttons. 2011-02-28 15:24:38 +00:00
DownloadWindowController.h Improved and crash-free download window. 2011-01-27 14:26:24 +00:00
DownloadWindowController.m Adding quarantine attributes to downloaded files. 2011-05-19 07:27:21 +00:00
FormSelectMenu.h Creating select menus for forms 2011-01-25 15:09:06 +00:00
FormSelectMenu.m Reorganized includes. 2011-01-31 19:12:00 +00: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 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
HistoryWindowController.h Not retaining outlets. Fixing memory leak for favicon. 2011-02-26 10:35:44 +00:00
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.target add Mac OS X .dmg instalelr file build rules 2011-08-31 13:49:14 +00:00
NetSurfAppDelegate.h Implemented global history window using new Tree class. 2011-02-01 08:39:35 +00:00
NetSurfAppDelegate.m Netsurf now appears in the 'Open with' menu for HTML files. 2011-05-19 16:04:54 +00:00
NetsurfApp.h Using real path from options for the bookmarks file instead of hardcoded test string. 2011-02-01 10:37:13 +00:00
NetsurfApp.m Fixing warning about unused result of expression. 2011-05-19 11:47:57 +00:00
PreferencesWindowController.h Implemented preferences window. 2011-01-31 18:38:03 +00:00
PreferencesWindowController.m Implemented preferences window. 2011-01-31 18:38:03 +00:00
Prefix.pch Nicer button for local history, fading history view, more readable blue for active item 2011-01-25 09:53:39 +00:00
ScrollableView.h Implementing tabs and fixing scrolling. 2011-01-19 20:19:43 +00:00
ScrollableView.m Reorganized includes. 2011-01-31 19:12:00 +00:00
SearchWindowController.h Implemented search window. 2011-01-31 15:13:38 +00:00
SearchWindowController.m Cocoa changes for core search update (r12646). Note: untested. 2011-08-24 12:32:13 +00:00
Tree.h Factored Tree class out of TreeView 2011-02-01 08:39:32 +00:00
Tree.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
TreeView.h Factored Tree class out of TreeView 2011-02-01 08:39:32 +00:00
TreeView.m Handling keyboard events in tree view. 2011-02-02 13:07:32 +00:00
URLFieldCell.h Implemented favicons. Doesn't work for .ICO files 2011-01-25 17:16:17 +00:00
URLFieldCell.m Allow dragging of URLs from the URL field out of NetSurf. 2011-03-04 09:18:23 +00:00
apple_image.h Merge branches/jmb/content-factory to trunk 2011-05-06 20:40:09 +00:00
apple_image.m Remove mime_type parameter from content handler content_type callback API 2011-09-03 09:27:42 +00:00
bitmap.h Cocoa front end (credit: Sven Weidauer) 2011-01-12 20:21:17 +00:00
bitmap.m Reorganized includes. 2011-01-31 19:12:00 +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 Implemented resolution independence fot the TreeView and HistoryView and moved the coordinate transform function to their own header. 2011-01-28 08:54:55 +00:00
extract-strings.sh Building translated nib files if strings file exist. 2011-02-25 21:50:21 +00:00
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
gui.h Asking before closing window with multiple open tabs. 2011-01-31 08:07:22 +00:00
gui.m Remove gui_window_frame_resize_start() functions. 2011-09-05 15:35: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
save.m Merge branches/jmb/content-factory to trunk 2011-05-06 20:40:09 +00:00
schedule.m Include correct header in schedule.m, fixes warning 2011-05-09 16:43:28 +00:00
selection.m Fix text selection 2011-03-06 18:04:13 +00:00
system_colour.m add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
thumbnail.m Include missing header. 2011-08-31 11:55:02 +00:00
url.m Reorganized includes. 2011-01-31 19:12:00 +00:00
utf8.m Added UTF-8 to local encoding conversion functions. Just copies the string. 2011-01-12 23:21:33 +00:00
utils.m Adding icons for tree views. 2011-02-27 13:21:46 +00:00