summaryrefslogtreecommitdiff
path: root/frontends/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra semicolonSven Weidauer2017-12-271-1/+1
|
* Add libcurl prefix. System provided curl crashes when using SSL.Sven Weidauer2017-12-271-2/+4
|
* Fix scroll bars.Sven Weidauer2017-12-271-5/+2
|
* Fix position of caret when zooming content.Sven Weidauer2017-12-273-28/+13
|
* Fix code to determine MIME type and implement data loading.Sven Weidauer2017-12-231-57/+76
|
* Copy localized html resources.Sven Weidauer2017-12-231-2/+8
|
* Add html resourcesSven Weidauer2017-12-234-0/+4
|
* Quick hack to avoid endless flickering of scroll bars that prevents anything ↵Sven Weidauer2017-12-231-1/+4
| | | | else from happening.
* Check for empty clip rect.Sven Weidauer2017-12-231-0/+5
|
* Update Xcode projectSven Weidauer2017-12-231-3/+7
|
* Remove unneeded hard-coded LDFLAGS and CFLAGSSven Weidauer2017-12-231-6/+0
|
* Don’t hardcode OpenSSL paths and detect RSVG using pkg-configSven Weidauer2017-12-231-14/+3
|
* Update content_broadcast calls.Sven Weidauer2017-12-231-2/+2
|
* Change LOG calls to NSLOGSven Weidauer2017-12-235-10/+10
|
* Remove black scroller and replace with regular ones.Sven Weidauer2017-06-275-537/+53
|
* Close history popover after selecting a page.Sven Weidauer2017-06-271-1/+5
|
* Use window background color for history popover.Sven Weidauer2017-06-261-1/+21
|
* Close window after closing the last tab.Sven Weidauer2017-06-261-0/+3
|
* Set screen scale factor to 1Sven Weidauer2017-06-251-4/+3
|
* Set deployment target independent of base SDK, with default value of 10.7.Sven Weidauer2017-06-252-11/+12
|
* Fix nserror return values.Sven Weidauer2017-06-223-3/+3
|
* Update history view.Sven Weidauer2017-06-223-88/+70
|
* Check the return value for NSERROR_OK when plotting bitmaps. Fixes display ↵Sven Weidauer2017-06-081-1/+1
| | | | of images.
* Add helpers for retain/release and use in bitmap.mSven Weidauer2017-06-073-60/+60
|
* Convert URLFieldCell to use dragging sessions instead of the deprecated ↵Sven Weidauer2017-06-071-8/+40
| | | | dragImage:... method
* Only adjust frame when minimum size actually changes. Fixes high CPU load.Sven Weidauer2017-06-071-2/+4
|
* Update project file (Xcode 9, generate testament.h when building using the ↵Sven Weidauer2017-06-071-1/+33
| | | | Xcode build system)
* Replace deprecated APISven Weidauer2017-06-051-7/+11
|
* Use newer API for alert.Sven Weidauer2017-06-051-22/+18
|
* Pass actions from the browser window controller to the browser view controller.Sven Weidauer2017-06-051-6/+9
|
* Reformat headers as well.Sven Weidauer2017-06-0531-362/+344
|
* Start modernising ObjCSven Weidauer2017-06-0521-273/+232
|
* Reformat code using clang-format.Sven Weidauer2017-06-0544-7349/+7670
|
* Fix up cocoa frontend.Sven Weidauer2017-06-0556-2678/+2517
| | | | | | - Convert to ARC - Fix crash due to endless responder chain recursion - Update makefile to find openssl installed via home-brew - Fix most compiler warnings
* Fix detection of the OS X SDK.Sven Weidauer2017-06-051-1/+1
|
* Revert "remove cocoa frontend"Sven Weidauer2017-06-05144-0/+22723
| | | | This reverts commit d6c07925417eaea27c85996bc243f93e27b1bcd0.
* remove cocoa frontendVincent Sanders2017-05-23144-22723/+0
| | | | | | The cocoa frontend has been broken for a few years and we have no maintainer. It was removed from the CI six months ago and has already bitrotted so it cannot be compiled.
* update cocoa frontend with reformat API changeVincent Sanders2017-04-263-22/+13
|
* Cocoa: Update for core hotlist API change.Michael Drake2017-04-251-2/+2
|
* fix some doxygen errorsVincent Sanders2017-02-241-9/+10
|
* fixup cocoa form select menu includes to get rect type definitionVincent Sanders2017-01-191-1/+1
|
* move plot style header to netsurf include directoryVincent Sanders2017-01-133-3/+2
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-071-5/+5
|
* patch up cocoa use of depricated tree apiVincent Sanders2016-12-317-4/+446
|
* Allow certificate verification user prompt creation to return errorsVincent Sanders2016-07-311-2/+2
|
* move key press enums and operations to their own headerVincent Sanders2016-07-016-6/+3
|
* fix missing includes caused by header cleanupsVincent Sanders2016-06-301-0/+1
|
* move the public form APIVincent Sanders2016-06-141-1/+1
|
* msplit public url database API out for frontendsVincent Sanders2016-06-132-2/+5
|
* reduce cocoa unecessary use of core APIVincent Sanders2016-06-128-7/+9
|