summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* Split install and package targets.Vincent Sanders2012-08-231-0/+12
| | | | Install target is for installing on the local machine and package generates a package
* Include browser_private.h.Michael Drake2012-08-229-6/+9
|
* Remove a bunch of unused includes.Michael Drake2012-08-201-1/+0
|
* Clean up search gui callbacks.Michael Drake2012-08-141-1/+1
|
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
|
* Use selection_copy_to_clipboard instead of peering into core.Michael Drake2012-08-021-12/+1
|
* add libdomVincent Sanders2012-07-261-2/+2
|
* add missing includeVincent Sanders2012-07-261-0/+1
|
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
| | | | svn path=/trunk/netsurf/; revision=13739
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* Fix for options refactor.Michael Drake2012-03-241-4/+4
| | | | svn path=/trunk/netsurf/; revision=13576
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-227-53/+44
| | | | svn path=/trunk/netsurf/; revision=13548
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-234-0/+4
| | | | svn path=/trunk/netsurf/; revision=13335
* Update frontends for r13185. Enabled new functionality, where it is not ↵Chris Young2011-11-271-1/+1
| | | | | | | | logical it can be switched off. svn path=/trunk/netsurf/; revision=13186
* Build resource: map at start timeJohn Mark Bell2011-10-051-8/+6
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Fix up for nsurl changes. Untested.Michael Drake2011-10-034-5/+5
| | | | svn path=/trunk/netsurf/; revision=12930
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=12905
* make cocoa build use pkg-config properly and build release tarballs ↵Vincent Sanders2011-09-261-7/+14
| | | | | | (primarily jmb I just made it link) svn path=/trunk/netsurf/; revision=12879
* Remove gui_multitaskJohn Mark Bell2011-09-211-5/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-153-8/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-151-7/+1
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* Port cocoa front end to browser_window_get_contextual_content.Michael Drake2011-09-061-7/+10
| | | | svn path=/trunk/netsurf/; revision=12759
* Remove chained self-assignment.Michael Drake2011-09-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12751
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-5/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove gui_window_get_browser_window from core. Remove unused ↵Michael Drake2011-09-051-5/+0
| | | | | | implementations from front ends. Rename the GTK front end implementation to nsgtk_get_browser_window and change the GTK front end to use that. svn path=/trunk/netsurf/; revision=12737
* Delete frame creation handling.Michael Drake2011-09-051-10/+4
| | | | svn path=/trunk/netsurf/; revision=12735
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-7/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12704
* add Mac OS X .dmg instalelr file build rulesVincent Sanders2011-08-311-0/+10
| | | | svn path=/trunk/netsurf/; revision=12689
* fix apple image content handlerVincent Sanders2011-08-311-3/+4
| | | | svn path=/trunk/netsurf/; revision=12687
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-4/+19
| | | | svn path=/trunk/netsurf/; revision=12686
* Include missing header.Michael Drake2011-08-311-0/+1
| | | | svn path=/trunk/netsurf/; revision=12685
* Avoid name clash.Michael Drake2011-08-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=12684
* Use API to find out if a browser window has a selection.Michael Drake2011-08-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=12683
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-4/+5
| | | | svn path=/trunk/netsurf/; revision=12673
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
| | | | svn path=/trunk/netsurf/; revision=12657
* Cocoa changes for core search update (r12646). Note: untested.Michael Drake2011-08-241-6/+3
| | | | svn path=/trunk/netsurf/; revision=12648
* Fix up Cocoa for r12574 API change.Michael Drake2011-07-061-4/+3
| | | | svn path=/trunk/netsurf/; revision=12578
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-307-8/+32
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Fix up apple image content handler.Michael Drake2011-06-291-13/+8
| | | | svn path=/trunk/netsurf/; revision=12540
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=12515
* Remove gui_window_set_scale().Michael Drake2011-06-241-5/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-241-1/+1
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Netsurf now appears in the 'Open with' menu for HTML files.Sven Weidauer2011-05-192-1/+23
| | | | svn path=/trunk/netsurf/; revision=12435
* Importing UTI types for HTML and CSS.Sven Weidauer2011-05-191-6/+58
| | | | svn path=/trunk/netsurf/; revision=12434
* Handling animations in apple_image.m. Loop counts are ignored for nowSven Weidauer2011-05-191-0/+41
| | | | svn path=/trunk/netsurf/; revision=12433
* Reverting r12367, cannot get incremental image loading to work correctly.Sven Weidauer2011-05-191-54/+9
| | | | svn path=/trunk/netsurf/; revision=12432
* Fixing warning about unused result of expression.Sven Weidauer2011-05-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=12431