netsurf/cocoa
Vincent Sanders eadd589f63 cleanup cocoa application run method
This fixes several warnings and cleans up automatic pool cleanup
handling in the run method. Additionally this is a whitespace cleanup.
2016-02-10 15:35:28 +00:00
..
NetSurf.xcodeproj Fix up for cookies_old rename. 2013-07-22 10:21:37 +01:00
PSMTabBarControl Prevent cocoa infinite event loop at startup 2016-02-10 15:27:08 +00:00
res remove another failing cocoa translation string 2016-02-09 09:28:02 +00:00
apple_image.h Fix several warnings in cocoa frontend 2015-06-18 10:07:46 +01:00
apple_image.m Fix several warnings in cocoa frontend 2015-06-18 10:07:46 +01: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 Update Mac OS X cocoa frontend to build using SDK 10.10 2016-02-08 21:20:13 +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 Update Mac OS X cocoa frontend to build using SDK 10.10 2016-02-08 21:20:13 +00:00
bitmap.h Fix several warnings in cocoa frontend 2015-06-18 10:07:46 +01:00
bitmap.m Fix cocoa_bitmap_modified scope error introduced in cleanup 2015-06-18 10:12:11 +01: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 clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
BookmarksController.h Not retaining outlets. Fixing memory leak for favicon. 2011-02-26 10:35:44 +00:00
BookmarksController.m clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +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 clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
BrowserViewController.h clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
BrowserViewController.m clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
BrowserWindow.h Implemented search window. 2011-01-31 15:13:38 +00:00
BrowserWindow.m clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
BrowserWindowController.h Implemented menu for back and forward buttons. 2011-02-28 15:24:38 +00:00
BrowserWindowController.m fixup missing includes 2014-07-06 19:36:12 +01:00
compile-xib.sh Update compilation to cope with modern SDK locations 2016-02-08 21:20:13 +00:00
coordinates.h Fix cocoa usage of render internals 2014-11-13 22:15:32 +00:00
DownloadWindowController.h clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
DownloadWindowController.m clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
extract-strings.sh Building translated nib files if strings file exist. 2011-02-25 21:50:21 +00:00
fetch.h rework path to url mapping functions to convert from and to nsurl 2014-05-26 23:52:36 +01:00
fetch.m Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
font.h Getting rid of cocoa_set_font_scale_factor 2011-03-14 14:17:46 +00:00
font.m remove unecessary css includes from fronetends 2014-10-13 15:45:51 +01:00
FormSelectMenu.h clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
FormSelectMenu.m clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
gui.h move path_to_url and url_to_path to fetch operation table 2014-01-25 23:01:32 +00:00
gui.m Update Mac OS X cocoa frontend to build using SDK 10.10 2016-02-08 21:20:13 +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 Make history internal to browser_window module. 2014-02-15 18:44:50 +00:00
HistoryWindowController.h Not retaining outlets. Fixing memory leak for favicon. 2011-02-26 10:35:44 +00:00
HistoryWindowController.m Remove old hotlist, cookies, and history_global_core modules. 2013-09-02 22:41:04 +01:00
LocalHistoryController.h clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
LocalHistoryController.m Handling keyboard events for local history view. 2011-02-27 20:41:17 +00:00
Makefile.defaults Update compilation to cope with modern SDK locations 2016-02-08 21:20:13 +00:00
Makefile.target Update compilation to cope with modern SDK locations 2016-02-08 21:20:13 +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 cleanup cocoa application run method 2016-02-10 15:35:28 +00:00
NetSurfAppDelegate.h Implemented global history window using new Tree class. 2011-02-01 08:39:35 +00:00
NetSurfAppDelegate.m fixup missing includes 2014-07-06 19:36:12 +01: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 Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
PreferencesWindowController.h Implemented preferences window. 2011-01-31 18:38:03 +00:00
PreferencesWindowController.m improve cocoa frontend to use proper API for browser_window access 2014-10-19 01:38:05 +01: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
schedule.h move scheduleing into browser operation table 2014-03-09 15:37:40 +00:00
schedule.m fixup missing includes from schedule changes 2014-03-09 16:14:05 +00:00
ScrollableView.h Implementing tabs and fixing scrolling. 2011-01-19 20:19:43 +00:00
ScrollableView.m clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
SearchWindowController.h Update Mac OS X cocoa frontend to build using SDK 10.10 2016-02-08 21:20:13 +00:00
SearchWindowController.m update cocoa frontend to cope with split operation tables 2014-10-16 23:25:28 +01:00
selection.h fix cocoa build 2014-01-16 15:23:11 +00:00
selection.m Doesn't look bw internals are used here. 2014-10-24 21:18:02 +01:00
Tree.h clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
Tree.m clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
TreeView.h Factored Tree class out of TreeView 2011-02-01 08:39:32 +00:00
TreeView.m clean up cocoa warnings on os x yosemite sdk 2016-02-09 00:34:47 +00:00
URLFieldCell.h Implemented favicons. Doesn't work for .ICO files 2011-01-25 17:16:17 +00:00
URLFieldCell.m Pass right URL to urldb. 2012-10-11 12:56:47 +01:00
utils.m Clean up saving as PDF 2014-10-26 23:53:14 +00:00