summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Expand)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-15142-22280/+0
* cleanup some warnings in cocoa frontendVincent Sanders2016-05-024-26/+33
* fix cocoa include ordering to ensure error enum is availableVincent Sanders2016-05-025-28/+30
* update cocoa frontend to not use depricated warn_user APIVincent Sanders2016-05-028-33/+50
* use the miscellaneous table warning entryVincent Sanders2016-04-253-31/+12
* attempt to fix cocoa frontend font layout tableVincent Sanders2016-04-241-3/+3
* update cocoa frontend to use font layout tableVincent Sanders2016-04-243-23/+34
* fix missing struct on http parameter declaration due to header changeVincent Sanders2016-04-181-1/+1
* complete the rename of the gui browser tableVincent Sanders2016-04-163-7/+7
* update version info for next development cycleVincent Sanders2016-04-061-3/+1
* cleanup cocoa application run methodVincent Sanders2016-02-101-154/+164
* Prevent cocoa infinite event loop at startupVincent Sanders2016-02-101-2/+4
* remove another failing cocoa translation stringVincent Sanders2016-02-091-0/+0
* remove another cocoa string causing ibtool to failVincent Sanders2016-02-091-0/+0
* remove strings causing ibtool to fail on cocoa buildVincent Sanders2016-02-091-0/+0
* clean up cocoa warnings on os x yosemite sdkVincent Sanders2016-02-0915-1298/+1426
* mac os x 32bit runtime requires properties to be defined to syntehsizeVincent Sanders2016-02-081-0/+1
* Update compilation to cope with modern SDK locationsVincent Sanders2016-02-083-23/+29
* Update Mac OS X cocoa frontend to build using SDK 10.10Vincent Sanders2016-02-087-270/+316
* fix cocoa SDK awk invocationVincent Sanders2016-02-071-1/+1
* extract cocoa SDK path rather than use pre-defined pathVincent Sanders2016-02-071-1/+2
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-1/+3
* Fix cocoa_bitmap_modified scope error introduced in cleanupVincent Sanders2015-06-181-1/+1
* Fix several warnings in cocoa frontendVincent Sanders2015-06-185-121/+116
* Change LOG() macro to be varadicVincent Sanders2015-05-283-8/+8
* Convert cocoa to use bitmap render APIVincent Sanders2015-04-243-101/+84
* Remove webp image handlingVincent Sanders2015-04-211-4/+0
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-4/+1
* fix forward reference in cocoa bitmap handlingVincent Sanders2015-04-171-21/+21
* convert cocoa frontend to bitmap operation tableVincent Sanders2015-04-163-2/+22
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-273-41/+41
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-3/+1
* fix missing semicolonVincent Sanders2014-11-211-1/+1
* Shouldn't need browser_private.h now.Michael Drake2014-11-211-1/+1
* Use browser_window_stop_available()Michael Drake2014-11-211-1/+1
* Use API to get content for view source.Michael Drake2014-11-211-1/+1
* Use API to get current scale.Michael Drake2014-11-211-3/+3
* Remove usage of browser private interfacesVincent Sanders2014-11-212-12/+11
* Fix cocoa usage of render internalsVincent Sanders2014-11-132-9/+9
* make the form select menu API smaller.Vincent Sanders2014-11-131-1/+2
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-2/+2
* fix errors introuced with previous header cleanup.Vincent Sanders2014-11-023-5/+8
* fix typo in cocoa frontend context cleanupVincent Sanders2014-11-021-1/+1
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-4/+4
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-1/+2
* Clean up saving as PDFVincent Sanders2014-10-261-9/+0
* remove the die API from the core.Vincent Sanders2014-10-262-4/+12
* Doesn't look bw internals are used here.Michael Drake2014-10-241-1/+0
* Move create_form_select_menu to window gui table.Michael Drake2014-10-241-1/+1
* fix cocoa browser private dereferencesVincent Sanders2014-10-191-9/+11